Skip to main content

Module transcript

Module transcript 

Source
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