Version history

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

  1. Live
    5/15/2026, 10:44:47 PM
    Content snapshot
    {
      "query_kind": "sql",
      "query_body": "SELECT (a.artifact_type || ':' || a.id::text) AS ref, a.title\nFROM artifacts a\nWHERE a.epistemic_tier IN ('T2', 'T3', 'T4', 'T5')\n  AND a.is_latest = 1\n  AND a.created_at < NOW() - INTERVAL '14 days'\n  AND NOT EXISTS (\n    SELECT 1\n    FROM artifacts fa\n    WHERE fa.artifact_type = 'falsification_attempt'\n      AND fa.is_latest = 1\n      AND COALESCE(fa.lifecycle_state, 'active') != 'withdrawn'\n      AND fa.content->>'target_ref' = (a.artifact_type || ':' || a.id::text)\n  )\n",
      "query_params": {},
      "threshold": {
        "warning_at": 1,
        "critical_at": 100
      },
      "severity_default": "attention",
      "recommended_action_template": "{n} T2+ artifact(s) are older than 14 days with no\nfalsification_attempt. Invite a suitable Falsifier round for:\n{refs[:5]}.\n",
      "state": "active",
      "proposer_id": "system-senate"
    }