Framework.Sequencer.Replay (Framework v0.5.0)

View Source

Replay harness for deterministic reconstruction.

Implements digest verification and streaming replay per runtime-spec.md.

Summary

Functions

Fetch batch for replay with digest verification.

Stream events from cursor for replay with digest verification.

Functions

fetch_batch_with_verification(cursor, limit)

Fetch batch for replay with digest verification.

Implements schema digest verification per runtime-spec.md.

stream_from(cursor, opts \\ [])

Stream events from cursor for replay with digest verification.

Per runtime-spec.md: verify schema digest, re-validate on mismatch.