AI coding assistant rules and guidelines, that handles AGENTS.md, for Symfony projects.
This package automatically copies AGENTS.md
file to your project root, that contains links to all the rules and guidelines for AI coding assistants
Don't hesitate to modify the file to fit your needs.
- AI agent that handle AGENTS.md
- PHP 8.1+
- Add the following to your
composer.json
scripts section:
{
"scripts": {
"copy-agents": "HypeCodeTeam\\BackendAiRules\\Composer\\ScriptHandler::copyAgents",
...
}
}
- then add the package to your project
composer require --dev hypecodeteam/backend-ai-rules
- finally execute the composer script
composer run-script copy-agents
MIT
Hypecode Team - Enhancing AI-assisted development workflows