feat: Add run_in_background=false guideline for test-fix-agent

Ensure Bash() commands run tests in foreground for proper output capture.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
catlog22
2025-11-27 13:28:47 +08:00
parent 2b80a02d51
commit a8961761ec

View File

@@ -331,6 +331,7 @@ When generating test results for orchestrator (saved to `.process/test-results.j
- Break existing passing tests
- Skip final verification
- Leave tests failing - must achieve 100% pass rate
- Use `run_in_background` for Bash() commands - always set `run_in_background=false` to ensure tests run in foreground for proper output capture
## Quality Certification