pub fn read_transcript_finals_after(
path: &Path,
after: Option<EventId>,
) -> Result<Vec<TranscriptEvent>>Expand description
Reads only Final transcript events after the optional marker.
Uses stream position (not ULID comparison) — finds the marker line and returns Finals strictly after it. Errors if the marker is set but not present in the file.