Expand description
JSONL transcript parser implementation
Parses Claude Code transcript files (JSONL format) into structured data. Follows Rust best practices:
- Uses Result<T, E> for error handling
- Borrows where possible to avoid clones
- Iterator-based for memory efficiency
Functionsยง
- parse_
session - parse_
subagents - Parse a Claude Code JSONL transcript file into a Session