pub fn load_transcript_jsonl(path: &Path) -> Result<LoadedTranscript, VmError>Expand description
Read a JSONL transcript file, accepting either:
- a path to an
event_log.jsonl(or rotated-NNNNNN.jsonl) - a path to a
.harn-runs/<session-id>/directory (we’ll read everyevent_log*.jsonlunder it and sort by index)