From curated-context
Remove a specific memory or category of memories from curated-context
How this command is triggered — by the user, by Claude, or both
Slash command
/curated-context:forget <key or category>This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# /curated-context:forget — Remove Memories Remove the specified memory key or all memories in a category. ## With a specific key Run: This removes the memory from the JSON store and regenerates `.claude/rules/cc-*.md` and the CLAUDE.md marker section. ## With a category name If the argument matches a category (architecture, design, api, conventions, config, tooling, gotchas), remove ALL memories in that category: 1. Read the project store from `~/.curated-context/store/` 2. Remove all entries where `category === argument` 3. Write the updated store back 4. Delete the corresponding ...
Remove the specified memory key or all memories in a category.
Run:
node <find the cli.js in the plugin dist> forget "$ARGUMENTS"
This removes the memory from the JSON store and regenerates .claude/rules/cc-*.md and the CLAUDE.md marker section.
If the argument matches a category (architecture, design, api, conventions, config, tooling, gotchas), remove ALL memories in that category:
~/.curated-context/store/category === argument.claude/rules/cc-<category>.md fileTo forget a global memory, add --global flag:
node <find the cli.js in the plugin dist> forget "$ARGUMENTS" --global
Always show what will be removed and ask for confirmation before proceeding.
npx claudepluginhub odmarkj/curated-context --plugin curated-context/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.
/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.
/unadoptRemoves the claude-mem-lite invited-memory sentinel from the current project's memdir, cleaning MEMORY.md, plugin detail file, and state sidecar. Supports --all flag for bulk removal.
/forgetSearches for memories by term (or lists project memories), displays ID, category, importance, content, tags, and deletes selected ones after confirmation.
/forgetPermanently deletes a memory by ID or prefix after fetching and displaying details, then confirming by typing the first 8 characters of the ID.