Version history

1 version on record. Newest first; the live version sits at the top with a live indicator.

  1. Live
    4/29/2026, 8:12:06 PM
    Content snapshot
    {
      "query_kind": "sql",
      "query_body": "SELECT ds.id::text AS ref, ds.question AS title\nFROM debate_sessions ds\nLEFT JOIN debate_rounds dr\n  ON dr.session_id = ds.id\n AND dr.agent_persona = 'synthesizer'\nWHERE dr.id IS NULL\n",
      "query_params": {},
      "threshold": {
        "warning_at": 5,
        "critical_at": 50
      },
      "severity_default": "info",
      "recommended_action_template": "Complete synthesis round for {n} debates missing\nsynthesizer.\n",
      "state": "active",
      "proposer_id": "system-senate"
    }