docs: move copilot-instructions.md to AGENTS.md#4982
Merged
Conversation
Co-authored-by: njzjz <9496702+njzjz@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] [Feature Request] Move
docs: move copilot-instructions.md to AGENTS.md
Sep 17, 2025
.github/copilot-instructions.md to AGENTS.md
Copilot stopped work on behalf of
njzjz due to an error
September 17, 2025 14:52
caic99
approved these changes
Sep 17, 2025
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## devel #4982 +/- ##
=======================================
Coverage 84.20% 84.20%
=======================================
Files 705 705
Lines 69230 69228 -2
Branches 3575 3575
=======================================
- Hits 58292 58291 -1
+ Misses 9798 9796 -2
- Partials 1140 1141 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
njzjz
approved these changes
Sep 18, 2025
OutisLi
pushed a commit
to OutisLi/deepmd-kit
that referenced
this pull request
Sep 25, 2025
This PR moves `.github/copilot-instructions.md` to `AGENTS.md` in the repository root to follow the standard convention used by different AI agents. ## Background According to the [GitHub blog post](https://github.blog/changelog/2025-08-28-copilot-coding-agent-now-supports-agents-md-custom-instructions/), `AGENTS.md` is the commonly used filename for agent instructions that can be recognized by various AI coding agents, not just GitHub Copilot. ## Changes - Moved `.github/copilot-instructions.md` to `AGENTS.md` in the repository root - Preserved all existing content exactly (191 lines of detailed instructions) - Removed the old file location ## Benefits - Makes agent instructions discoverable by multiple AI coding agents - Follows the established convention in the AI development community - Maintains all the valuable build, test, and development guidance for the DeePMD-kit repository No functional changes were made - this is purely a file relocation to improve discoverability and standardization. Fixes deepmodeling#4981. <!-- START COPILOT CODING AGENT TIPS --> --- 💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more [Copilot coding agent tips](https://gh.io/copilot-coding-agent-tips) in the docs. --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: njzjz <9496702+njzjz@users.noreply.github.com>
ChiahsinChu
pushed a commit
to ChiahsinChu/deepmd-kit
that referenced
this pull request
Dec 17, 2025
This PR moves `.github/copilot-instructions.md` to `AGENTS.md` in the repository root to follow the standard convention used by different AI agents. ## Background According to the [GitHub blog post](https://github.blog/changelog/2025-08-28-copilot-coding-agent-now-supports-agents-md-custom-instructions/), `AGENTS.md` is the commonly used filename for agent instructions that can be recognized by various AI coding agents, not just GitHub Copilot. ## Changes - Moved `.github/copilot-instructions.md` to `AGENTS.md` in the repository root - Preserved all existing content exactly (191 lines of detailed instructions) - Removed the old file location ## Benefits - Makes agent instructions discoverable by multiple AI coding agents - Follows the established convention in the AI development community - Maintains all the valuable build, test, and development guidance for the DeePMD-kit repository No functional changes were made - this is purely a file relocation to improve discoverability and standardization. Fixes deepmodeling#4981. <!-- START COPILOT CODING AGENT TIPS --> --- 💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more [Copilot coding agent tips](https://gh.io/copilot-coding-agent-tips) in the docs. --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: njzjz <9496702+njzjz@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.
This PR moves
.github/copilot-instructions.mdtoAGENTS.mdin the repository root to follow the standard convention used by different AI agents.Background
According to the GitHub blog post,
AGENTS.mdis the commonly used filename for agent instructions that can be recognized by various AI coding agents, not just GitHub Copilot.Changes
.github/copilot-instructions.mdtoAGENTS.mdin the repository rootBenefits
No functional changes were made - this is purely a file relocation to improve discoverability and standardization.
Fixes #4981.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.