spawn/.claude
A 570caaba8d
Some checks are pending
CLI Release / Build and release CLI (push) Waiting to run
Lint / ShellCheck (push) Waiting to run
Lint / Biome Lint (push) Waiting to run
Lint / macOS Compatibility (push) Waiting to run
fix(prompts): stop infinite shutdown loop after TeamDelete in non-interactive mode (#3116)
After TeamDelete completes in -p (non-interactive) mode, Claude Code's
harness was re-injecting shutdown prompts every turn. The root cause:
the Monitor Loop instructed the agent to call TaskList + Bash on EVERY
iteration, including after TeamDelete, which kept the session alive so
the harness could inject more shutdown prompts.

Fix: add an explicit EXCEPTION to both refactor-team-prompt.md and
refactor-issue-prompt.md instructing the team lead that after TeamDelete
is called, the very next response MUST be plain text only with no tool
calls. A text-only response is the termination signal for the
non-interactive harness.

Fixes #3103

Agent: issue-fixer

Co-authored-by: B <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-03-31 04:58:09 +07:00
..
rules feat: add Cursor CLI agent across all clouds (#3018) 2026-03-26 13:53:49 -07:00
scripts fix: navigate back to list after delete/remove errors (#2488) 2026-03-11 00:04:51 -07:00
skills fix(prompts): stop infinite shutdown loop after TeamDelete in non-interactive mode (#3116) 2026-03-31 04:58:09 +07:00
settings.json fix: allow nested worktree paths in pre-merge hook regex (#2401) (#2411) 2026-03-09 23:02:30 -04:00