Core Concepts

Structural Enforcement

Governance enforcement that operates at the infrastructure level — making violations structurally impossible rather than behaviourally discouraged.

Structural enforcement is the principle that governance should be enforced by the system architecture, not by human behaviour.

Consider the difference: - Behavioural enforcement: "Our policy says you shouldn't deploy to production without approval." (Relies on people following the policy.) - Structural enforcement: "The deployment system checks for approval before allowing the deployment." (The system prevents non-compliant deployments.)

Structural enforcement is not new in software — database constraints, type systems, and permission models all enforce rules structurally. What's new is applying this principle to institutional governance: making the institution's own rules structurally enforced, not just documented.

The advantage is reliability. Behavioural enforcement fails when people forget, are stressed, are new, or disagree with the rule. Structural enforcement works regardless of individual behaviour.

How Constellation handles this

Constellation provides structural enforcement for institutional governance through the governance gate (for AI agents) and the Charter layer (for human decisions). Rules are enforced by infrastructure, not hoped for behaviourally.