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

  1. Load or select the compiled stack (from Compose shelf or import).
  2. Choose a scenario or live inputs.
  3. Step or run the loop; watch outputs and events.
  4. When a critical path matters, capture a receipt and move to Verify.
  .synapse ──▶ load runtime ──▶ tick loop
                                    │
                         observe channels / events
                                    │
                         capture receipt? ──▶ Verify

Limits

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.