CEAL-2 Operational Enforcement Layer
execution·Audience: operator
Bounded reversible enforcement layer. Carries out human-approved governance actions inside declared policy budgets; every action is simulation-first with an explicit rollback handle.
- ON
- Approved actions execute through registered adapters inside the declared budget; each step is audited and carries a reversal handle.
- OFF
- No state-changing adapter call is dispatched; pending actions remain in the approvals queue.
- FAILURE
- Execution aborts at the adapter boundary, the partial result is written to the audit ledger with a FAILED outcome, and any prior side-effect is reverted via the rollback handle.
- ROLLBACK
- One-click reversal invokes the stored rollback handle; the reversal itself is audited and links to the original action.
src/services/enforcement/