Summary
The pr-maintainer agent was spawned during the refactor cycle (2026-04-12) and has been stuck in an active/in-process state for 20+ minutes, blocking TeamDelete.
Impact
- TeamDelete fails with:
Cannot cleanup team with 1 active member(s): pr-maintainer
- Cycle cannot complete cleanly
- Worktrees have been cleaned up manually
Pattern
This is a recurring pattern seen in issues #3267, #3263, #3262, #3259 — agents getting stuck in-process and blocking TeamDelete.
What was tried
- 3 rounds of shutdown_request messages sent (no response)
- Waited 20+ minutes total
- Worktrees manually cleaned up with
git worktree prune
Repro
The pr-maintainer was assigned to check open PRs and fix/merge eligible ones. It appears to have gotten stuck while performing this work (likely while checking out a worktree or running gh commands).
Fix needed
The TeamDelete mechanism needs a force-override path when agents are stuck (similar to what was attempted in #3265 for the shutdown loop issue).
Summary
The pr-maintainer agent was spawned during the refactor cycle (2026-04-12) and has been stuck in an active/in-process state for 20+ minutes, blocking TeamDelete.
Impact
Cannot cleanup team with 1 active member(s): pr-maintainerPattern
This is a recurring pattern seen in issues #3267, #3263, #3262, #3259 — agents getting stuck in-process and blocking TeamDelete.
What was tried
git worktree pruneRepro
The pr-maintainer was assigned to check open PRs and fix/merge eligible ones. It appears to have gotten stuck while performing this work (likely while checking out a worktree or running gh commands).
Fix needed
The TeamDelete mechanism needs a force-override path when agents are stuck (similar to what was attempted in #3265 for the shutdown loop issue).