pub fn load_session_from_file(
path: &Path,
) -> (Option<SessionHeader>, Vec<SessionEntry>)Expand description
Load header + entries from a session JSONL file using buffered reading. Pi-compatible: uses a 1MB buffer for efficient reading of large files. Returns (header, entries). Returns (None, empty) if file is missing/corrupted.