hypecodeteam/backend-ai-rules
最新稳定版本:0.4.0
Composer 安装命令:
composer require hypecodeteam/backend-ai-rules
包简介
AI coding assistant rules and guidelines for Symfony projects
README 文档
README
AI coding assistant rules and guidelines, that handles AGENTS.md, for Symfony projects.
What it does
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.
Requirements
- AI agent that handle AGENTS.md
- PHP 8.1+
Installation
- Add the following to your
composer.jsonscripts 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
License
MIT
Hypecode Team - Enhancing AI-assisted development workflows
统计信息
- 总下载量: 107
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-09-23