session-discovery
Installation
SKILL.md
Session Discovery
Search every supported harness even when the current conversation is running in only one of them.
Transcript locations
- Claude Code
- Project transcripts:
~/.claude/projects/**/*.jsonl - Prompt index:
~/.claude/history.jsonl - Delegated work: nested
<parent-session-id>/subagents/*.jsonl
- Project transcripts:
- Codex
- Active transcripts:
~/.codex/sessions/**/*.jsonl - Archived transcripts, when present:
~/.codex/archived_sessions/**/*.jsonl
- Active transcripts:
- Pi
- Transcripts:
~/.pi/agent/sessions/**/*.jsonl - Directories are grouped by slugified working directory; each filename contains the start timestamp and session ID.
- Transcripts:
Treat these as defaults, not proof that no other store exists. Respect harness-specific environment overrides when present, and inspect the installed harness configuration if a default directory is missing.