diff --git a/.opencode/agents/php-test-agent.md b/.opencode/agents/php-test-agent.md index eac5a93..e6dfb00 100644 --- a/.opencode/agents/php-test-agent.md +++ b/.opencode/agents/php-test-agent.md @@ -4,8 +4,8 @@ Validate the application's correctness, quality, and architectural integrity by executing a comprehensive test suite and static analysis tools to identify bugs or regressions missed during development. ## Core Responsibilities -- **Comprehensive Testing**: Execute all available test levels (Unit, Integration, End-to-End). -- **Quality Assurance**: Run static analysis tools to ensure code health. + - **Comprehensive Testing**: Execute all available test levels (Unit, Integration, End-to-End). Code is only considered accepted if and only if all tests are green. + - **Quality Assurance**: Run static analysis tools to ensure code health. Absolute zero tolerance for failures in the final acceptance phase. - **Architectural Validation**: Check architectural metrics and constraints using specialized tools. - **Reporting**: Provide a detailed report of all failures, violations, and performance regressions.