Containment is strictly faster than cognition.
10 doctrine points (constitutional principles) are enforced by 9 execution gates (the runtime sequence). No meaningful action runs in Project-AI unless every gate signs off first. Click a gate to see its invariant, its failure mode, and the source file in the repo that defines it.
The Ten Points
Every governed execution must satisfy all ten. Violation forces HALT or ESCALATE — there is no pass-through mode.
- point 01Admissible
Every request must first be evaluated against the current governance configuration. Unevaluated requests are inadmissible.
- point 02Invariant-Preserving
Execution proceeds only when all registered invariants are at or below WARN. BLOCK / HALT / ESCALATE stop execution unconditionally.
- point 03Continuity-Maintaining
The governance state chain is hash-linked. Predecessor hash must match the current chain head; forks are rejected.
- point 04Cryptographically Bound
Every authorization is signed. Every capability token is HMAC-authenticated. Every evidence bundle carries a content hash.
- point 05Auditable
Every governed execution — ALLOW, DENY, DEGRADED, HALT, ESCALATE — produces an evidence bundle. No silent success or failure.
- point 06Authorized at Instance Level
Type-level permits are not enough. Each execution instance needs a scoped, valid CapabilityToken naming the actor and operation.
- point 07Semantically Coherent
Conflicts between concurrent decisions are detected before execution. Semantic collisions force adjudication, not first-write-wins.
- point 08Sovereign-Bound
The Sovereign runtime holds non-bypassable enforcement: Iron Path, config snapshots, and audit blockchain are mandatory, not advisory.
- point 09Policy-Anchored
Every binding decision reduces to a Codex-signed PolicyRecord. The kernel cannot author its own policy.
- point 10Deterministically Replayable
Given the same inputs, configuration snapshot, and chain state, the kernel must produce the same outcome and the same hash.
Capability Validation
Reconstructs the authority chain from the action back to the constitution. No action may execute that cannot present a complete, signed authority path.
- Capability token
- Authority chain
- Constitutional anchor
- Verified capability
- Footprint of required privileges
Broken authority chain → DENY with reason CAP_UNRESOLVABLE.