Concept reference

The Control Deck is the vocabulary around bounded autonomy.

These concepts explain how agents can act with room to reason while still producing reviewable work: receipts, gates, modes, policy surfaces, epistemic guardrails, and scope.

Core concepts

Where they appear in the stack

LexStores Frames, recalls context, and records receipts for work state.
AXFDeclares capabilities and can attach metadata about expected effects and safety.
LexThorityEvaluates authority envelopes and writes allow, escalate, or deny receipts.
LexSonaReturns behavioral constraints that shape the mode and posture of a run.
LexRunnerCoordinates flow through gates, contained execution roots, and promotion decisions.

What this avoids

Prompt-only governance

Important constraints should live in inspectable files and receipts, not only in system prompt text.

Rigid SOP automation

Agents should still reason. The deck bounds effects and records decisions without reducing every run to a brittle script.

Unbounded tool access

Tools and credentials stay governed by existing systems; the stack makes the agent's intent and failures clearer.