Goal
Enrich the highest-scoring hypotheses that have thin descriptions (<500 chars) with 2000+ word descriptions including mechanism details, PubMed citations, evidence chains, and mermaid pathway diagrams. Focus on top 5 by composite_score: h-51e7234f (0.8), h-3d545f4e (0.79), h-5d943bfc (0.745), h-d4f71a6b (0.725), h-f3fb3b91 (0.71).
Acceptance Criteria
☐ Each hypothesis has 2000+ word description
☐ Each has PubMed citations (evidence_for + evidence_against)
☐ Each has mermaid pathway diagram
☐ Each has clinical_trials populated
☐ Pages render correctly at /exchange and /hypothesis/{id}
Approach
Obsolete — already done by 7de1a879a (2026-04-02).
Work Log
2026-04-13 23:30 PT — Slot minimax:55
- Audit: task was previously marked done but worktree may have been orphan
- Verified via DB (PostgreSQL):
- h-51e7234f: 16379 chars, has_diagram=1, 49 papers, evidence_for=14710 chars
- h-3d545f4e: 16268 chars, has_diagram=1, 29 papers, evidence_for=11092 chars
- h-5d943bfc: 13694 chars, has_diagram=1, 9 papers, evidence_for=10630 chars
- h-d4f71a6b: 12597 chars, has_diagram=1, 10 papers, evidence_for=7241 chars
- h-f3fb3b91: 13249 chars, has_diagram=1, 52 papers, evidence_for=16478 chars
- Verified via git: commit 7de1a879a (2026-04-02) enriched exactly these 5 hypotheses
- git merge-base confirms 7de1a879a is ancestor of origin/main (21cd3c882)
- All acceptance criteria met: 12K-16K char descriptions, 9-52 PMIDs, mermaid diagrams, clinical_trials populated
- Task is complete — nothing to do
- orchestra CLI broken (can't write to its DB); cannot mark via CLI; documenting via spec update