Skip to main content

Module extractor

Module extractor 

Source
Expand description

Extract task-journal events from parsed Claude Code sessions.

Uses heuristics to classify assistant messages into event types without calling an LLM — fast and free.

Structs§

ExtractedTask
Result of extracting events from a single session.

Functions§

extract_from_session
Extract task-journal events from a parsed session. Each session becomes one task with multiple events.