Result model
Triggering a replay
Why this matters
Replay is what lets a third party — an auditor, a regulator, a new engineer on the team — independently confirm that a past decision was correct, without having to trust that the original runtime behaved honestly. It’s the practical payoff of the “deterministic execution” and “immutable trust artifacts” principles in Architecture → Overview. Replay logic lives in thereplay package.