Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions governance/GOVERNED_REPOS.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
.github
ARCHITECTURE
AUCTORISEAL
CORPIFORM
MAILSIEVE
SPEEDKIT
VERIFRAX
VERIFRAX-DOCS
VERIFRAX-PROFILES
VERIFRAX-SAMPLES
VERIFRAX-SPEC
VERIFRAX-verify
archicustos
attestorium
cicullis
guillotine
irrevocull
kairoclasp
limenward
originseal
validexor
verifrax-marketplace-smoke
4 changes: 4 additions & 0 deletions governance/NON_GOVERNED_REPOS.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# NON_GOVERNED repos (explicit):
ADJUTORIX
MK10-PRO
SIGILLARIUM
10 changes: 10 additions & 0 deletions governance/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Governance Manifests

This directory contains **authoritative manifests** that define the closed-world governance perimeter.

- `GOVERNED_REPOS.txt` — repos that MUST be governed (rulesets + merge policy + required checks).
- `NON_GOVERNED_REPOS.txt` — repos that are explicitly excluded (quarantined / legacy / experimental).
- Non-governed repos MUST still follow merge policy hardening (squash-only + delete branch).
- If rulesets are supported for that repo/plan, they SHOULD be applied; if not, merge-policy-only is enforced.

Any repo not present in either list is a policy violation.