Skip to main content
ctrlrun.Control — class, defined at src/ctrlrun/control.py:261
Policy, state and evidence composed around a single action (SPEC-v0.1 §8). evaluate() decides an action and touches nothing. execute() decides it, runs the executor, and records a receipt and events for whatever happened.

Next