Version history
1 version on record. Newest first; the live version sits at the top with a live indicator.
- Live5/15/2026, 10:44:47 PM
Content snapshot
{ "query_kind": "sql", "query_body": "SELECT a.id::text AS ref, a.title\nFROM artifacts a\nWHERE a.lifecycle_state = 'canonical'\n AND a.is_latest = 1\n AND NOT EXISTS (\n SELECT 1 FROM substrate_provenance_links spl\n WHERE spl.source_artifact_type = a.artifact_type\n AND spl.source_artifact_id = a.id\n AND spl.predicate = 'owned_by'\n )\n", "query_params": {}, "threshold": { "warning_at": 5, "critical_at": 50 }, "severity_default": "attention", "recommended_action_template": "Assign owners to {n} canonical artifacts lacking an `owned_by`\nlink. Use `scidex.link(from='type:id', predicate='owned_by',\nto='actor:owner-id')` to assign ownership.\n", "state": "active", "proposer_id": "system-senate" }