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 voter_id AS ref\nFROM artifact_signals\nWHERE kind = 'quality_gate_override'\n  AND created_at > NOW() - INTERVAL '24 hours'\nGROUP BY voter_id\nHAVING COUNT(*) > 5\n",
      "query_params": {},
      "threshold": {
        "warning_at": 1,
        "critical_at": 3
      },
      "severity_default": "attention",
      "recommended_action_template": "{n} actor(s) have bypassed pre-write quality gates more than 5 times\nin the last 24h. Review override rationale and adjust their\naccountability_score (SPEC-088). Actors: {refs[:5]}.\n",
      "state": "active",
      "proposer_id": "system-senate"
    }