adopt
Use when: user asks to increase claude-mem-lite's tool-invocation rate in the current project, or to (re)install the steering block. Writes a sentinel-wrapped…
Use when: logging a known bug + repro steps you can't fix right now. Writes a searchable observation (findable via mem_search + surfaced by recall hooks; still NOT memdir). Skip for bugs you're actively fixing in the current turn — just fix them.
> /plugin marketplace add sdsrss/claude-mem-lite > /plugin install claude-mem-lite@sdsrss
How it fires
How this command gets triggered: by you, by Claude, or both.
/bugContext preview
What this command does when you run it.
Use when: logging a known bug + repro steps you can't fix right now. Writes a searchable observation (findable via mem_search + surfaced by recall hooks; still NOT memdir). Skip for bugs you're actively fixing in the current turn — just fix them.
name: bug description: "Use when: logging a known bug + repro steps you can't fix right now. Writes a searchable observation (findable via mem_search + surfaced by recall hooks; still NOT memdir). Skip for bugs you're actively fixing in the current turn — just fix them."
Record a known bug + reproduction steps. Writes a searchable **observation** (`type=bugfix`, description in `lesson_learned`) so future sessions can find it via `mem_search` and the PreToolUse recall hooks warn when the affected files are edited. Does NOT touch memdir. Useful for bugs you can't fix immediately but want future sessions (or yourself after `/clear`) to know about and avoid re-investigating. (Redirected v3.39: was the `events` table, which `mem_search` never read.)
be silently re-discovered.
Don't use for bugs you're actively fixing in the current turn — just fix them. Use `/lesson` afterward if there's a non-obvious root cause worth recording.
pre-tool-recall warning when these files are edited later.
Map severity to importance:
Build the body as `<description>\n\nRepro:\n<repro-steps>` (or just `<description>` if `--repro` is absent).
Run via Bash — the full body is the positional content; a distilled description goes in `--lesson` so it lands in the high-weight `lesson_learned` field. `--lesson` is capped at 500 chars (longer values are rejected), so keep the full body in the positional content and trim `--lesson` to the core description if longer:
node ${CLAUDE_PLUGIN_ROOT}/cli.mjs save "<body>" \ --type bugfix \ --title "<first 60 chars of description>" \ --lesson "<description, ≤500 chars>" \ [--files f1,f2,...] \ --importance <1|2|3>
Confirm to user with: `Bug logged: #<id>`.
claude-mem-lite is a persistent memory (also called long-term memory or cross-session context) system for Claude Code — Anthropic's CLI coding agent.
Use when: user asks to increase claude-mem-lite's tool-invocation rate in the current project, or to (re)install the steering block. Writes a sentinel-wrapped…
Use when: capturing a non-obvious lesson/gotcha/workaround after a tricky fix or surprising behavior. Writes a searchable observation (findable via mem_search…
Use when: user asks to remember something, after solving a non-obvious problem, or to capture key session findings
Use when: user wants to remove the claude-mem-lite steering block from the current project (or from every project Claude Code knows about with --all). Removes…