Skip to main content

Module parser

Module parser 

Source
Expand description

JSONL transcript parser for Claude Code sessions

Re-exports§

pub use models::ExecutionNode;
pub use models::Session;
pub use transcript::parse_session;
pub use transcript::parse_subagents;

Modules§

extract
Typed node extractors — reusable across summary, labeling, and frontend.
models
Data models for Claude Code JSONL transcript parsing
transcript
JSONL transcript parser implementation