From recall
Supersedes memory entries matching a query in CLAUDE.local.md, registers/*.md, and daily/*.md. Preserves history without deletion, annotates as outdated, updates metadata.json.
How this skill is triggered — by the user, by Claude, or both
Slash command
/recall:recall-forgetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Mark memory entries matching a query as superseded. Does not delete — preserves history.
Mark memory entries matching a query as superseded. Does not delete — preserves history.
Query to forget: $ARGUMENTS
Search across all memory tiers for content matching the query:
Found [N] entries matching "[query]":
1. [CLAUDE.local.md] "Prefers dark mode for all mockups"
2. [registers/preferences.md] "Dark mode preference (confidence: high, 2026-01-10)"
3. [daily/2026-01-10.md] "[14:00] User said they prefer dark mode"
Mark these as superseded? This won't delete them — they'll be annotated as no longer current.
[a]ll / select by number / [c]ancel
For each confirmed entry:
In registers: Mark as superseded with date
## [superseded: 2026-02-05]
- **claim**: Prefers dark mode for all mockups
- **superseded_by**: User requested removal via /recall-forget
- **original_date**: 2026-01-10
In CLAUDE.local.md: Remove the entry entirely (working memory should only contain current facts)
In daily logs: Add a note but don't modify the original entry (daily logs are historical record)
[HH:MM] [superseded] "Prefers dark mode" — marked as no longer current via /recall-forget
If any superseded entry has an inline ^tr ID:
memory/.recall/metadata.json (if it exists)status: "superseded" and update last_reviewed_at to nowEntries without IDs are handled as before (no metadata update).
Superseded [N] entries for "[query]".
Memory updated across [N] files.
Metadata updated: [N] entries marked superseded.
npx claudepluginhub davegoldblatt/total-recallAudits and selectively forgets stored Claude Code memories. Use when memory is large/uncurated, project state has shifted, or retrieval quality degraded.
Soft-deletes memories by adding/removing 'forget' tag or hard-deletes outdated/incorrect ones using Aide memory bash tools. Includes workflows for search, confirm, tag, and delete.
Selectively and reversibly forget stored memories/concepts by query or date, soft-deactivating them from retrieval without deletion. Useful for privacy or decluttering the kongcode graph.