Slash Command721 estrellas del repoactualizado 4d ago
save
Generate / overwrite .recall/context.md from the local history using the offline summarizer
Instalar en Claude Code
Copiarmkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/raiyanyahya/recall/HEAD/commands/save.md -o ~/.claude/commands/save.mdDespués abre una sesión nueva de Claude Code; el slash command carga automáticamente.
Definición
save.md
Generate (or overwrite) this project's `context.md` summary now, using Recall's
local offline summarizer.
Run with the Bash tool:
```
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/make_context.py" --cwd "$(pwd)"
```
Then report back:
- On success it prints the path it wrote and which summarizer path ran
(numpy-accelerated TextRank if numpy is present, otherwise the pure-Python
TextRank — both vendored, no install needed). Confirm the save and read back the
**Goal** and **Where we left off** lines from `.recall/context.md`.
- If it errored, surface the exact message.