Publish first signed Site Registry catalog trust
Some checks failed
Standalone registry checks / check (push) Has been cancelled

This commit is contained in:
Nic Weyand 2026-09-20 11:57:47 -04:00
commit 16c740a98f
Signed by: nicweyand
SSH key fingerprint: SHA256:2te+ycJIQON/Wo/dH6+ZkFSQ4HnHWpetV2azx9E65dQ
8 changed files with 121 additions and 13 deletions

View file

@ -0,0 +1,23 @@
{
"schema": "argand.site-policy/v1",
"name": "argand-automated-high-confidence-navigation-v1",
"names": { "approvals": 1, "groups": 1 },
"edges": { "approvals": 1, "groups": 1 },
"equivalences": { "approvals": 2, "groups": 2 },
"sticky_revocations": true,
"publisher_reviewer_separation": true,
"require_name_votes": true,
"allow_legacy_reviews": false,
"maximum_approval_days": 30,
"require_edge_observation": true,
"maximum_observation_age_days": 7,
"block_source_conflicts": true,
"block_dangerous_drift": true,
"reviewer_groups": {
"argand-evidence-gate-v1": "argand-automated-evidence"
},
"risk_thresholds": {
"source_conflict": { "approvals": 2, "groups": 2 },
"dangerous_drift": { "approvals": 2, "groups": 2 }
}
}