docs: convert GitHub Copilot instructions to AGENTS.md - #60
Merged
Conversation
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The changes are limited to documentation heading/title standardization, and no inconsistencies or leftover references to the prior instructions format were found.
Pull request overview
Updates the repository’s agent-facing documentation by using the universal AGENTS.md convention, keeping existing guidance intact while standardizing section headings and naming.
Changes:
- Standardized heading capitalization across sections (e.g., “Project Structure”, “Snippet Conventions”).
- Clarified a section title to “Commands & Validation” to better reflect included workflow steps.
- Renamed/retitled other headings for consistency (e.g., “Releases & Boundaries”, “Pull Request Checks”).
File summaries
| File | Description |
|---|---|
| AGENTS.md | Aligns agent instructions with the AGENTS.md standard and normalizes section headings without changing the underlying guidance. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
Summary
Convert repository AI instructions from the GitHub Copilot specific format (
.github/copilot-instructions.md) to the universal standardAGENTS.mdin the repository root.Changes
.github/copilot-instructions.mdtoAGENTS.md.Validation
npm testpassed.npx vsce packageverified packaging succeeds.