vortex-trace — Structured event tracing for deterministic simulation replay.
Every significant event in the simulation is captured as a [TraceEvent].
Given the same seed, the trace is bit-for-bit identical — enabling:
- Post-mortem debugging of failed seeds
- Differential replay (compare two runs)
- Human-readable dump for manual inspection