## Abandonment Watchdog — Automated Repair Task
Task **[Agora] Run debates for analyses without debate sessions** (`7da80ecf-5b6`) has been abandoned 10 consecutive times.
### Error Analysis
- **Dominant pattern:** other
- **Error breakdown:** {"other": 10}
- **Recent errors:**
- `Command timed out after 300s`
- `Command timed out after 300s`
- `2026-04-28 12:30:02,592 [INFO] Before: {'distinct_analysis_sessions': 471, 'quality_sessions': 836, 'hypotheses': 1915, 'analyses_without_sessions': 0`
- `2026-04-28 12:20:02,485 [INFO] Before: {'distinct_analysis_sessions': 471, 'quality_sessions': 836, 'hypotheses': 1915, 'analyses_without_sessions': 0`
- `2026-04-28 12:10:02,444 [INFO] Before: {'distinct_analysis_sessions': 471, 'quality_sessions': 836, 'hypotheses': 1915, 'analyses_without_sessions': 0`
### Your Job
1. **Root-cause** the failure — read the task spec, check the code/DB/filesystem for what's broken
2. **Fix it** — apply the actual fix (code change, DB repair, stale worktree cleanup, whatever is needed)
3. **Reset the original task** — run `orchestra reset 7da80ecf-5b6` so it retries with the fix
4. **Verify** — if possible, confirm the original task will succeed on next run
If the original task is **already done** (the fix is on main, the feature works), mark it done: `orchestra update --id 7da80ecf-5b64-4bda-8c79-714285de2e0f --status done`
If the task is **impossible** (bad spec, removed API, etc.), archive it: `orchestra update --id 7da80ecf-5b64-4bda-8c79-714285de2e0f --status archived`
### CRITICAL: You MUST complete this task when done
When finished (fix applied, original reset, or triaged), run:
```
orchestra task complete --id $ORCHESTRA_TASK_ID --no-sha-check --summary 'Fixed: '
```
Without this call, your work is invisible and the task loops.
$ORCHESTRA_TASK_ID is set in your environment automatically.
Completion Notes
Auto-completed by supervisor after successful deploy to main