04 · reference
operator surface
The docs.
Specifications, protocols, and operations guides for integrators and operators. The papers explain why; the docs describe how. Each entry is a load-bearing reference — start at the SAIRP entry point or jump to the lifecycle walkthrough.
the chain
negotiation
→
agreement
→
admission
→
enforce(event, state, skill_context)
→
execution
read order
start-here → lifecycle walkthrough → reference · or jump straight to operations if you're integrating
scope
protocol specs and operator references. essays and category claims live under /papers.
Start here
SAIRP entry point
Operational entry into the Secure Agentic Intent-to-Runtime Protocol. Separates intent, authority, and execution. Establishes that execution must consume already-verified authority, not infer it.
Governance overview
The governance model in one document. Authority binding, invariant evaluation, ledger evidence, and the boundary between development-time and gate-time claims.
SAIRP lifecycle
Lifecycle walkthrough
The four-phase protocol traced end to end. Negotiated transaction authority (NTA), ACK envelope agreement, admission handshake, and execution under
enforce(). Each phase has a sub-anchor and links to its underlying specification.Reference
HALT reference
Terminal HALT semantics: codes, namespace, and routing. The non-optional state-transition stop. Combines code catalog with namespace structure.
Unified enforcement engine
The execution-phase engine that consumes admitted events, evaluates invariants, and emits PASS or HALT. The runtime equivalent of
enforce(event).Contracts & interfaces
Unified contracts and interface architecture across the meetLab surfaces. What each component must accept, what it must emit, and how authority flows through the boundary.
Corpus spec
Formatting specification and schema for the v1 corpus. How sessions, turns, and labels are represented; what the canonical SQLite shape looks like.
Hash unification
The single hash semantic across ledger, capsules, and audit trail. Cited by
verify_shcl_chain.py and test_hash_unification.py. The basis for replayable evidence.Operations
meetLab Operations Guide
SAIRP-level operations for the full meetLab platform. Build entry, artifact promotion, runtime state, and the day-to-day operator surface.
EDPIPE Operations Guide
Operating the editorial pipeline. Six stages — segment, canonicalize, compress, bind, evaluate, seal — wired into a deterministic chain that emits the Final Execution Envelope. Includes the HALT Matrix, the cryptographic amnesia boundary, the 22-code error namespace, and the recovery decision matrix.
Gauntlet Operations Guide
The deterministic ingestion and analytics pipeline. Four phases, seventeen ordered tools, and the unified
integration/ layer that wraps GAUNTLET with cross-domain contract checks. Includes the DB-vs-filesystem boundary, the DB safety contract, and a failure-triage flow.Integrations
Agent tools & model relay protocols
Two Tier-2 statutory protocols govern off-surface execution. ATL-001 binds tool-call events to authority; MRP-001 binds model relay and MCP messages to artifact-anchored payloads. Both gate on
active_envelope_hash and fail closed.
docs · index-first · build 2026-04-25
event → enforce(event) → invariant → PASS | HALT
meetLab · 2026