pub fn gate_trace<M: Model>(
model: M,
trace: &SessionTrace,
) -> Result<GateReport, ReplayError>Expand description
Validate a trace against a fresh model, returning a detailed report.
This is the primary entry point for CI checksum gates. It replays the
trace and produces a GateReport with pass/fail status and actionable
diff information on any mismatch.