Documentation
Simulate process
Run the same locked stack in a live loop to inspect behavior before you treat a path as evidence.
Purpose
Simulate sits under Verify. Its job is to exercise the package you built — channel flow, timing feel, scenario response — not to invent a parallel “demo brain.” Prefer the locked stack over a notebook copy.
Process
- Load or select the compiled stack (from Compose shelf or import).
- Choose a scenario or live inputs.
- Step or run the loop; watch outputs and events.
- When a critical path matters, capture a receipt and move to Verify.
.synapse ──▶ load runtime ──▶ tick loop
│
observe channels / events
│
capture receipt? ──▶ VerifyLimits
Simulation is a lab instrument. A clean sim run is not certification, not hardware-in-the-loop proof, and not a substitute for replay of a real receipt.