recall
Installation
SKILL.md
/recall — session memory engine
Claude Code and Codex sessions on this machine are indexed into a local SQLite engine. You do not grep transcripts; you query the index and read only the winning session. All commands go through one CLI:
python3 scripts/recall.py <command> # relative to this skill directory
Local, central, and shadow modes
With no central configuration, every command behaves exactly as the local engine described below.
Setting RECALL_URL selects the tailnet central service for read commands (search, show,
related, and doctor) and enables deliberate writes (put and delete). The same flags and output shapes remain valid, and every displayed remote
hit includes its resolvable receipt on the WHY line.