From claude-never-forgets
Removes entries matching the argument from project memory (.claude/memories/project_memory.json manual/realtime memories). Confirms with ✓ Forgot or suggests /memories if not found.
How this command is triggered — by the user, by Claude, or both
Slash command
/claude-never-forgets:forget what to forgetThe summary Claude sees in its command listing — used to decide when to auto-load this command
Read `.claude/memories/project_memory.json`, find and remove entries matching "$ARGUMENTS" from `manual_memories` or `realtime_memories`. Confirm: `✓ Forgot: "<matched>"` If not found: `No memory found matching "$ARGUMENTS". Use /memories to see all.`
Read .claude/memories/project_memory.json, find and remove entries matching "$ARGUMENTS" from manual_memories or realtime_memories.
Confirm: ✓ Forgot: "<matched>"
If not found: No memory found matching "$ARGUMENTS". Use /memories to see all.
npx claudepluginhub nickloveinvesting/nick-love-plugins --plugin claude-never-forgets/forgetRemoves entries matching the argument from project memory (.claude/memories/project_memory.json manual/realtime memories). Confirms with ✓ Forgot or suggests /memories if not found.
/forgetSearches for memories by term (or lists project memories), displays ID, category, importance, content, tags, and deletes selected ones after confirmation.
/memSearches and browses project memory using FTS5 full-text search. Also supports recent, recall, timeline, save, stats, and cleanup subcommands.
/forgetDeletes a memory by exact key from project or global .nemp/memories.json. Prompts for confirmation unless --force used. Updates MEMORY.md and CLAUDE.md if auto-sync enabled.
/memory-listLists recent memories from Forgetful with optional limit (default 10) and project filtering. Displays as scannable list with titles, importance, dates, and tags.
/memoryManages project memories (constraints, decisions, conventions) — add, list, search, update, deprecate using SQLite with FTS5 full-text search.