Expand description
Session file discovery — thin wrapper around cc-session-jsonl’s scanner.
Re-exports the core scanner functions and types. The load_agent_meta
function converts cc-session-jsonl’s AgentMeta into the (String, String)
tuple format expected by the existing analysis layer.
Structs§
- Session
File - Metadata about a session JSONL file on disk.
Functions§
- load_
agent_ meta - Load agent metadata from .meta.json files for a given session. Returns a map of agent_id (e.g., “agent-abc123”) -> (agentType, description).
- resolve_
agent_ parents - For legacy agent files that have no
parent_session_idyet, read the first JSON line and extract thesessionIdfield to use asparent_session_id. - scan_
claude_ home - Scan
~/.claude/projects/for all session JSONL files and return metadata. - scan_
sessions_ raw - Scan
~/.claude/projects/for all session JSONL files and return metadata.