PYTHON-5768 Add AGENTS.md w/copilot instructions#2744
Open
aclark4life wants to merge 2 commits intomongodb:masterfrom
Open
PYTHON-5768 Add AGENTS.md w/copilot instructions#2744aclark4life wants to merge 2 commits intomongodb:masterfrom
aclark4life wants to merge 2 commits intomongodb:masterfrom
Conversation
Update copilot instructions to reference AGENTS.md
Contributor
There was a problem hiding this comment.
Pull request overview
This PR moves the repository’s Copilot/review guidance into a new root-level AGENTS.md file and updates GitHub Copilot’s custom-instructions entry point to point at that document.
Changes:
- Added
AGENTS.mdcontaining the full agent/review guidance. - Replaced the contents of
.github/copilot-instructions.mdwith a reference toAGENTS.md.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
AGENTS.md |
New canonical location for agent/review instructions. |
.github/copilot-instructions.md |
Simplified to a pointer to the canonical instructions. |
| @@ -0,0 +1,44 @@ | |||
| When reviewing code, focus on: | |||
There was a problem hiding this comment.
AGENTS.md starts with plain text rather than a top-level markdown header. Other repo-root docs (e.g., README.md:1 and CONTRIBUTING.md:1) start with an H1; adding an H1 here would make the document more consistent and easier to scan in rendered views/TOCs.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
Update copilot instructions to reference AGENTS.md
PYTHON-5768
Changes in this PR
Add AGENTS.md w/copilot instructions.
Test Plan
Checklist
Checklist for Author
Checklist for Reviewer