mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-13 02:41:50 +08:00
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:
@@ -331,6 +331,7 @@ When generating test results for orchestrator (saved to `.process/test-results.j
|
|||||||
- Break existing passing tests
|
- Break existing passing tests
|
||||||
- Skip final verification
|
- Skip final verification
|
||||||
- Leave tests failing - must achieve 100% pass rate
|
- 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
|
## Quality Certification
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user