This registry is the operational index for every Law in the AgentVector Codex. The Codex defines constitutional philosophy and architecture; this page answers implementation questions for each Law: what primitive it governs, how it composes with siblings, which jurisdictions bind it, and what a concrete verdict looks like in production.
The Agency Paradox defines Constraints as neutral governance rules. In AgentVector, Laws implement Constraints — the Codex is where architectural Constraints become named, composable, auditable primitives.
Group I — Foundational Laws (Boundaries)
Law 0 — Boundary Law
Field
Detail
Purpose
Contain agent reach across filesystem and network surfaces
Risk tiers (low / medium / high), approval tokens, escalation records
Composition behavior
High-risk proposals suspend until principal authorization; composition signals may escalate without blocking
Jurisdictions
Vigil, FlightLaw, DispatchLaw, ChronicleLaw
Verdict example
Destructive filesystem operation → ESCALATE — suspended pending principal approval
Law 9 — Lifecycle Law
Field
Detail
Purpose
Model versioning, deployment, and rollback
Primitive type
Model promotion gates, benchmark fixtures, version pins
Composition behavior
Blocks activation until conformance benchmarks pass; independent of session composition
Jurisdictions
CI/CD governance pipelines, model promotion workflows
Verdict example
New model lacks passing conformance fixtures → DENY promotion to production
Law 10 — Protocol Law
Field
Detail
Purpose
Standards for authoring new Laws and Governance modules
Primitive type
CLI validators, schema templates, conformance test requirements
Composition behavior
Meta-Law: new components must prove determinism and traceability before registry admission
Jurisdictions
Framework development; all new Governance modules
Verdict example
Community Law fails deterministic replay test → DENY registry admission
Composition Semantics
When multiple Laws evaluate the same proposal, Domain Laws declare combining behavior. The default is deny-wins: any Law denial blocks execution. Conflicts between permit and escalate signals are recorded as governance events and resolved per declared Domain Law policy — never silently.
Constraint composition semantics from the Agency Paradox v2.3 apply here: overlapping Laws are the norm in regulated domains. Implementations must document how verdicts combine and treat unresolved conflicts as escalation events.