Expand description
§15 InputStateMachine — enforces all mandatory lifecycle transitions.
Hard rules:
- AppliedPendingConsumption → Queued is REJECTED
- Terminal states reject ALL transitions
- Every transition is recorded in history
Structs§
- Input
State Machine - Validates and applies lifecycle state transitions on InputState.
Enums§
- Input
State Machine Error - Errors from the input state machine.