Expand description
JSONL transcript parsing for Claude Code sessions.
Parses Claude Code’s .jsonl transcript files into the universal
Conversation format. This is the input adapter for standalone
(non-pulse-null) usage — e.g., when recall-echo is used as a
Claude Code hook.
Structs§
Functions§
- parse_
transcript - Parse a Claude Code JSONL transcript into a Conversation.
- read_
hook_ input