Version history
1 version on record. Newest first; the live version sits at the top with a live indicator.
- Live4/29/2026, 8:12:06 PM
Content snapshot
{ "query_kind": "sql", "query_body": "SELECT a.id::text AS ref, COALESCE(a.title, a.question) AS title\nFROM analyses a\nWHERE a.status = 'completed'\n AND NOT EXISTS (\n SELECT 1 FROM knowledge_edges k WHERE k.analysis_id = a.id\n )\n", "query_params": {}, "threshold": { "warning_at": 5, "critical_at": 50 }, "severity_default": "attention", "recommended_action_template": "Extract KG edges from {n} completed analyses via\nenrich_kg_from_hypotheses.\n", "state": "active", "proposer_id": "system-senate" }