Move repository-wide agent instructions to AGENTS.md - #56002
Open
mthalman wants to merge 1 commit into
Open
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 4b80b8f2-d68f-4d03-9794-f245c6bad412
|
Azure Pipelines: Successfully started running 1 pipeline(s). 2 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates repository-wide agent documentation to treat the root AGENTS.md as the canonical entry point, and refreshes internal cross-references across skills and memory docs accordingly.
Changes:
- Fixes root
AGENTS.mdlinks to point to repo-root paths and.github/memory/*+.github/skills/*. - Updates skills to reference the root/nearest
AGENTS.mdinstead of the removed.github/copilot-instructions.md. - Refreshes
.github/memory/*documents to link back toAGENTS.mdfor guardrails/build guidance.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| AGENTS.md | Updates links to README/Developer Guide and repoints memory/skill references to .github/* paths. |
| .github/skills/update-docs/SKILL.md | Removes references to .github/copilot-instructions.md, directs reviewers to root/area AGENTS.md. |
| .github/skills/code-review/SKILL.md | Repoints “repository guardrails” link target to ../../../AGENTS.md#guardrails and updates referenced artifact list. |
| .github/memory/TESTING_STRATEGY.md | Replaces “Root instructions” link to point at ../../AGENTS.md#build-and-test. |
| .github/memory/KNOWN_ISSUES.md | Repoints generated-file guardrails link to ../../AGENTS.md#do-not-hand-edit-generated-files. |
| .github/memory/FILE_MAP.md | Updates .github/ description and adds root AGENTS.md as a key root file. |
| .github/memory/CONVENTIONS.md | Repoints guardrails canonical source to ../../AGENTS.md#guardrails. |
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.
Description
Move the repository-wide agent guidance from
.github/copilot-instructions.mdto rootAGENTS.md, and update relative links, memory references, and agent skills to use the new path.