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§
- Extracted
Task - 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.