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 content->>'actor_ref' AS ref\nFROM artifacts\nWHERE artifact_type = 'resource_kill'\n  AND created_at > NOW() - INTERVAL '24 hours'\nGROUP BY content->>'actor_ref'\nHAVING COUNT(*) >= 3\n",
      "query_params": {},
      "threshold": {
        "warning_at": 1,
        "critical_at": 10
      },
      "severity_default": "attention",
      "recommended_action_template": "{n} actor(s) have hit resource limits ≥3 times in 24h: {refs[:5]}.\nReview their resource_policy or suspend via senate proposal.\n",
      "state": "active",
      "proposer_id": "system-senate"
    }