Skip to main contentModule scanner
Source - load_agent_meta
- Load agent metadata from .meta.json files for a given session.
Returns a map of agent_id (without “agent-” prefix) -> (agentType, description).
- resolve_agent_parents
- For legacy agent files that have no parent_session_id yet, read the first
JSON line and extract the
sessionId field to use as parent_session_id. - scan_claude_home
- Scan
~/.claude/projects/ for all session JSONL files and return metadata. - scan_projects_dir
- Scan a projects directory for all session JSONL files.