Development & QA
Requirements
- PHP (version per composer.json)
- Composer
Run tests
./vendor/bin/phpunit
Static analysis
composer analyse
The codebase uses Symfony components (Console, YAML, Filesystem, Process) and declare(strict_types=1).
Coding guidelines file
If your project has a coding standard or style guide, set guidelines_file in .aicodereview.yml. The file content will be base64-embedded into prompts so every provider follows it consistently.
Contributing
Issues and pull requests are welcome. Please ensure tests pass and include coverage for new behavior where reasonable.
