hypecodeteam/backend-ai-rules

AI coding assistant rules and guidelines for Symfony projects

0.2.4 2025-09-26 22:07 UTC

This package is auto-updated.

Last update: 2025-09-26 22:07:24 UTC


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.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

License

MIT

Hypecode Team - Enhancing AI-assisted development workflows