[Watchdog] Fix: [Forge] Data-driven hypotheses — ground hypotheses (10 abandons) done

← Mission Control
## Abandonment Watchdog — Automated Repair Task Task **[Forge] Data-driven hypotheses — ground hypotheses in computational analysis, not just literature** (`ba0513b9-f6f`) has been abandoned 10 consecutive times. ### Error Analysis - **Dominant pattern:** other - **Error breakdown:** {"other": 8, "exit_code_0": 2} - **Recent errors:** - `Superseded by new claim from any:0` - `Superseded by new claim from sonnet-4.6:71` - `Superseded by new claim from sonnet-4.6:71` - `Superseded by new claim from sonnet-4.6:72` - `agent_monitor_kill:max_runtime duration=7210s` ### 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 ba0513b9-f6f` 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 ba0513b9-f6f2-4315-a13b-11b60109f9ef --status done` If the task is **impossible** (bad spec, removed API, etc.), archive it: `orchestra update --id ba0513b9-f6f2-4315-a13b-11b60109f9ef --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

Task ba0513b9-f6f (data-driven hypotheses) already resolved on main — forge/computational_analysis.py (954 lines), post_process.py (data_support_score), agent.py (evidence injection) all present and verified at current HEAD 533fe243b. All 6 ACs confirmed by prior verification pass. No code changes needed.