Revert "PYTHON-5768 Add AGENTS.md w/copilot instructions" (#2744)#2754
Revert "PYTHON-5768 Add AGENTS.md w/copilot instructions" (#2744)#2754
Conversation
Agent-Logs-Url: https://github.com/mongodb/mongo-python-driver/sessions/9c84412d-17da-48e6-8a7e-8e13f12d7142 Co-authored-by: aclark4life <72164+aclark4life@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Reverts #2744 by moving Copilot review guidance back into .github/copilot-instructions.md and removing the separate AGENTS.md file.
Changes:
- Restores full Copilot review instructions content in
.github/copilot-instructions.md. - Deletes
AGENTS.md.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
AGENTS.md |
Removes the standalone instructions file introduced in #2744. |
.github/copilot-instructions.md |
Restores the complete Copilot instruction set directly in the expected .github location. |
| When reviewing code, focus on: | ||
|
|
||
| Follow the repository instructions defined in `AGENTS.md` when working in this codebase. | ||
| ## Security Critical Issues |
There was a problem hiding this comment.
There is still a template copy at custom-instructions/repo/.github/copilot-instructions.md that references AGENTS.md, which this PR deletes. Consider updating/removing that template file (or aligning it with the restored instructions here) to avoid broken references and confusion for anyone using the template.
|
We still want to keep the AGENTS.md file. |
|
@Jibola This PR reverts the addition of an |
Reverts #2744, which split Copilot review instructions out of
.github/copilot-instructions.mdinto a separateAGENTS.mdfile.Changes in this PR
.github/copilot-instructions.mdto its original full contentAGENTS.mdTest Plan
No functional code changes; documentation/config files only.
Checklist
Checklist for Author
Checklist for Reviewer