How this command is triggered — by the user, by Claude, or both
Slash command
/claude-knowledge:learn-resetThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /learn-reset Command Clear all accumulated knowledge and reset to a fresh state. ## Usage ## What It Does - Clears all entries from learnings files - Resets learning state **Warning:** This cannot be undone. ## Instructions 1. Confirm with user before proceeding 2. Reset each file in `knowledge/learnings/` to empty state 3. Reset `knowledge/state.json` to initial values 4. Confirm completion with summary of what was cleared
Clear all accumulated knowledge and reset to a fresh state.
/learn-reset
Warning: This cannot be undone.
knowledge/learnings/ to empty stateknowledge/state.json to initial valuesnpx claudepluginhub 0xrdan/claude-plugins --plugin claude-knowledge/learn-resetClears all knowledge base entries from learnings files, resets classification cache and learning state after user confirmation. Irreversible action with completion summary.
/clear-allDeletes all Reflexio interactions, profiles, and user playbooks. Destructive operation that permanently removes data with no undo or recovery option.
/prune-learningsInvokes pruning script to clean up old session directories, rotate log files, remove archived pending files, and clear stale locks per configurable retention policy.