[Watchdog] Fix: [Demo] Add Mol* 3D protein structure viewer to tar (13 abandons) done

← Mission Control
## Abandonment Watchdog — Automated Repair Task Task **[Demo] Add Mol* 3D protein structure viewer to target detail pages** (`dcd7455c-ee4`) has been abandoned 13 consecutive times. ### Error Analysis - **Dominant pattern:** exit_code_0 - **Error breakdown:** {"other": 4, "zombie": 3, "exit_code_0": 6} - **Recent errors:** - `reset_after_pg_migration` - `zombie_sweeper: dead_slot_stale_heartbeat=2026-04-17T03:46:27.236274+00:00` - `zombie_sweeper: no live slot (assigned='2'), stale heartbeat 2026-04-17 03:16:04.769828+00:00` - `zombie_sweeper: no live slot (assigned='72'), stale heartbeat 2026-04-17 02:46:15.400865+00:00` - `cli-get-next: worker lease expired; requeued` ### 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 dcd7455c-ee4` 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 dcd7455c-ee46-4f31-ab44-8a9eaf97360d --status done` If the task is **impossible** (bad spec, removed API, etc.), archive it: `orchestra update --id dcd7455c-ee46-4f31-ab44-8a9eaf97360d --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.