What happened?
This has now happened twice in rig 1f6afc83-569a-4104-86c7-274421b2c86a (KeystrokeMaster). A polecat stages deletion of ALL project files in the shared /repo worktree (the main branch worktree used for merges), blocking all subsequent merges. The refinery correctly detects and escalates. Manual recovery: git restore --staged . && git restore . in the repo worktree. The convoy branch itself is unaffected — only the shared worktree is corrupted. Likely cause: a polecat runs git rm -r . or similar in the /repo worktree instead of its own feature worktree. This appears to be a systematic issue, not a one-off.
Area
Container / Git
Context
- Town ID: 85d49e30-cc7b-450a-b0b8-e79048e1c33f
- Agent: Mayor (18a9dd53-89d7-4d65-b411-665d2ba74272)
- Rig ID: 1f6afc83-569a-4104-86c7-274421b2c86a
Recent Errors
Escalation: Main worktree has staged deletions of all project files — merge blocked (occurred twice: 2026-04-20 and 2026-04-24)
Filed automatically by the Mayor via gt_report_bug.
What happened?
This has now happened twice in rig 1f6afc83-569a-4104-86c7-274421b2c86a (KeystrokeMaster). A polecat stages deletion of ALL project files in the shared /repo worktree (the main branch worktree used for merges), blocking all subsequent merges. The refinery correctly detects and escalates. Manual recovery:
git restore --staged . && git restore .in the repo worktree. The convoy branch itself is unaffected — only the shared worktree is corrupted. Likely cause: a polecat runsgit rm -r .or similar in the /repo worktree instead of its own feature worktree. This appears to be a systematic issue, not a one-off.Area
Container / Git
Context
Recent Errors
Filed automatically by the Mayor via
gt_report_bug.