From a8961761eccfb6e8365d8131a6c551a9d2c515bd Mon Sep 17 00:00:00 2001 From: catlog22 Date: Thu, 27 Nov 2025 13:28:47 +0800 Subject: [PATCH] feat: Add run_in_background=false guideline for test-fix-agent MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ensure Bash() commands run tests in foreground for proper output capture. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .claude/agents/test-fix-agent.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.claude/agents/test-fix-agent.md b/.claude/agents/test-fix-agent.md index 6f77c7dd..51edb385 100644 --- a/.claude/agents/test-fix-agent.md +++ b/.claude/agents/test-fix-agent.md @@ -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