Expand description
CGR (Constitutional Governance Runtime) Kernel.
The kernel is immutable after initialization. It holds the invariant set and constitution hash, and adjudicates every action request.
Structs§
- Action
Request - A request submitted to the kernel for adjudication against constitutional invariants.
- Adjudication
Context - Contextual evidence (roles, authority chain, consent, etc.) supplied alongside an action request.
- Kernel
- Immutable constitutional governance kernel that adjudicates actions against invariants.
- Kernel
Bcts Adjudicator - Adapter that binds a BCTS transition boundary to a concrete kernel adjudication request and context.
Enums§
- Verdict
- Result of kernel adjudication: permitted, denied with violations, or escalated for review.