Moves the agent workflow system from agent-system/ to .agents/ (dotfile convention). Restructured from 5-role to 7-role pipeline: adds Analyst and splits Reviewer into Code Reviewer + Security Reviewer. Removes all old workflow run artifacts. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
541 B
541 B
Local Style Workflow
Commands
composer cs:check
composer cs:fix
Praktikabler Ablauf
- Erst
cs:checklaufen lassen. - Danach
cs:fix. - Nur relevante Diffs uebernehmen, grosse Misch-Diffs vermeiden.
- Anschliessend:
docker compose exec php vendor/bin/phpunit
docker compose exec php vendor/bin/phpstan analyse -c phpstan.neon --no-progress
Review-Fokus
ordered_imports,braces_position,statement_indentation.- Kein semantischer Drift bei anon classes, arrow functions, array maps.