feat: Add AGENTS.md file with project guidance for AI coding agents #477
+166
−0
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.
Description
This PR adds an
AGENTS.mdfile to the repository, following the agents.md standard. This file provides dedicated guidance for AI coding agents working with this project.What is AGENTS.md?
AGENTS.md is an open-source community standard (used by 60k+ open-source projects) that provides a dedicated, predictable place for AI coding agents to find project-specific context and instructions. It complements README.md by containing detailed technical guidance that agents need but might clutter a README.
What's included
The AGENTS.md file includes:
fix-line-endings.shscriptKey Features
✅ Line Endings Management - Includes explicit instructions to run
bash scripts/fix-line-endings.shbefore committing✅ Comprehensive Guidelines - Detailed requirements for all file types (agents, prompts, instructions)
✅ Pre-commit Checklist - Clear steps to follow before creating a PR
✅ Testing Commands - All essential npm scripts documented
✅ Standards Compliance - Follows the agents.md specification
Benefits
Testing
npm ci,npm run build,npm run collection:validate)Related