mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-03 15:43:11 +08:00
Global CLAUDE.md sets `run_in_background: true` as default for CLI calls, which conflicts with the agent's need for synchronous results. The agent may have followed the global default, firing CLI in background and getting no output to parse. Strengthen the instruction to explicitly override the global default with `run_in_background: false`.