In api.py analysis_detail, hypothesis descriptions are truncated to 200 chars with "...". This cuts off important scientific content. Fix: either show full description with expand/collapse, or increase to 500+ chars. The line is approximately: desc = h.get("description", "")[:200]. Also check showcase/walkthrough pages for the same truncation pattern.
Completion Notes
Auto-release: work already on origin/main
Git Commits (16)
[Quality] Add expand/collapse for hypothesis descriptions on analysis pages [task:4a7e7a20-9864-4aa8-9a4d-baee88668e8d]2026-04-23
[Verify] Hypothesis description truncation — already resolved on main [task:4a7e7a20-9864-4aa8-9a4d-baee88668e8d]2026-04-23