docs(agent-memory): define org handoff protocol#409
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR documents and standardizes an organization-wide “agent memory” / handoff protocol using GitHub-native artifacts (issues/PRs/templates/labels) in the org .github repository.
Changes:
- Adds a new
.github/AGENT_MEMORY.mdprotocol document and links it from the org.githubREADME. - Introduces an org-default PR template section for agent handoffs and a dedicated “Agent handoff” issue form.
- Adds a canonical
agent-memory 🧠label to the shared label set.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| .github/README.md | Links and describes the new agent memory protocol and where it fits in org defaults. |
| .github/PULL_REQUEST_TEMPLATE.md | Adds a default PR template including an “Agent handoff” section. |
| .github/lib/labels.yml | Adds the shared agent-memory 🧠 label used by the new workflow. |
| .github/ISSUE_TEMPLATE/06_agent_handoff.yml | Adds a dedicated issue form to capture structured handoff context. |
| .github/AGENT_MEMORY.md | Defines the handoff protocol and a canonical handoff comment format. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| 1. Leave a handoff comment on the owning issue or pull request when work is unfinished, blocked, or non-trivial. | ||
| 2. Include verification that was actually run. | ||
| 3. Include exact next steps that a fresh agent or maintainer can execute without guessing. | ||
| 4. Convert deferred work into tracker issues instead of leaving it only in a handoff. |
a728b69 to
ca87367
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.github/AGENT_MEMORY.md.agent-memory 🧠label to shared labels..githubREADME.Verification
python3YAML parse for.github/ISSUE_TEMPLATE/06_agent_handoff.ymland.github/lib/labels.ymlgit diff --checktrunk check --no-fix --no-progress .github/AGENT_MEMORY.md .github/ISSUE_TEMPLATE/06_agent_handoff.yml .github/PULL_REQUEST_TEMPLATE.md .github/README.md .github/lib/labels.ymlAgent handoff
No handoff needed.