PYTHON-5768 Add AGENTS.md w/copilot instructions#2744
Conversation
Update copilot instructions to reference AGENTS.md
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.
| @@ -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.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2744 +/- ##
==========================================
- Coverage 87.62% 87.61% -0.01%
==========================================
Files 141 141
Lines 24137 24137
Branches 4122 4122
==========================================
- Hits 21149 21148 -1
Misses 2097 2097
- Partials 891 892 +1 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

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