Add regression coverage for deterministic replay and event ordering.
Acceptance criteria:
- Add a small fixture with out-of-order and in-order events.
- Assert stable ordering by SequenceId or equivalent replay key.
- Include at least one duplicate or stale-event case.
- Keep the test deterministic and free of network calls.
Add regression coverage for deterministic replay and event ordering.
Acceptance criteria: