reelier_scan
Scan agent session history to identify replayable workflows. Returns transcript paths for sessions containing MCP/HTTP tool-call sequences, skipping native actions.
Instructions
Discover replayable workflows in an agent's session history (defaults to ~/.claude/projects). Returns each session's transcript path — feed one to reelier_from_session. Only MCP/HTTP tool-call sequences are replayable; native file/shell actions are reported as skipped, never fabricated into a fake result. USE WHEN: deciding which past work is worth compiling into a replayable skill.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dir | No | Directory to scan for agent session transcripts (default: ~/.claude/projects). |