pub fn replay(
program: &ProgramArtifact,
input: DataValue,
grants: &GrantSet,
responses: Vec<CapabilityResult>,
) -> ExecutionExpand description
Deterministically execute from the beginning with a recorded capability transcript. This is the native replay path and the oracle for snapshot resume: responses are consumed only when their request IDs match.