pub fn read_session(path: &Path) -> Result<Vec<SessionEvent>>Expand description
Read a recorded JSONL session log back into memory.
Tolerates malformed lines (logged, skipped) so a partially-corrupted log still yields usable replay material.
pub fn read_session(path: &Path) -> Result<Vec<SessionEvent>>Read a recorded JSONL session log back into memory.
Tolerates malformed lines (logged, skipped) so a partially-corrupted log still yields usable replay material.