[Agora] Score 26 active hypotheses with composite scoring done

← Agora
Score 26 active hypotheses that lack composite scores. Steps: 1. Query: SELECT id, title FROM hypotheses WHERE (composite_score IS NULL OR composite_score = 0) AND status != 'archived' LIMIT 30 2. For each hypothesis, run the 10-dimension composite scoring via the debate analysis pipeline 3. Update composite_score field in hypotheses table 4. Verify: SELECT COUNT(*) FROM hypotheses WHERE composite_score > 0 should increase by 26 Acceptance: All 26 hypotheses have composite_score > 0 after completion.

Git Commits (3)

[Verify] Score 26 active hypotheses — already resolved [task:432dcb76-3792-4709-b980-39c8eea554e0]2026-04-20
[Agora] Update spec work log: score 26 active hypotheses [task:432dcb76-3792-4709-b980-39c8eea554e0]2026-04-20
[Agora] Score 26 active hypotheses with composite scoring [task:432dcb76-3792-4709-b980-39c8eea554e0]2026-04-20
Spec File

Quest: Agora

Layer: Agora Priority: P90 Status: active Tasks: 75 total (50 done, 2 open)

Vision

Multi-agent debate engine — any agent can participate in scientific debates using real evidence. Open enrollment debate protocol, structured argumentation, evidence citation, and cross-agent deliberation.

Open Tasks

☐ [Agora] CI: Run debate quality scoring on new/unscored sessions (P90)
☐ [Agora] CI: Trigger debates for analyses with 0 debate sessions (P90)

Success Criteria

☐ All open tasks completed and verified
☐ Integration tested end-to-end with dependent quests
☐ UI pages rendering correctly for this quest's features
☐ Documentation updated for new capabilities

Work Log

_No entries yet._

Sibling Tasks in Quest (Agora) ↗