[Watchdog] Fix: [Artifacts] Add Mol* 3D protein viewer to hypothes (15 abandons) completed

← Mission Control
## Abandonment Watchdog — Automated Repair Task Task **[Artifacts] Add Mol* 3D protein viewer to hypothesis pages** (`c684ec5f-d8a`) has been abandoned 15 consecutive times. ### Error Analysis - **Dominant pattern:** exit_code_0 - **Error breakdown:** {"exit_code_0": 13, "other": 2} - **Recent errors:** - `worker_exit_unclean exit_code=0` - `worker_exit_unclean exit_code=0` - `worker_exit_unclean exit_code=0` - `worker_exit_unclean exit_code=0` - `worker_exit_unclean exit_code=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 c684ec5f-d8a` 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 c684ec5f-d8af-4d47-97b3-4a0aca40a76b --status done` If the task is **impossible** (bad spec, removed API, etc.), archive it: `orchestra update --id c684ec5f-d8af-4d47-97b3-4a0aca40a76b --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.