brain-clear
Wipe all brain memory for this project. This is irreversible.
Instructions
-
First show the current brain stats:
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/brain_engine.py status "$CLAUDE_PROJECT_DIR" -
Ask the user to confirm by typing "yes, clear brain" before proceeding.
-
Only if confirmed, run:
CLAUDE_BRAIN_CONFIRM_CLEAR=yes python3 ${CLAUDE_PLUGIN_ROOT}/scripts/brain_engine.py clear "$CLAUDE_PROJECT_DIR" -
Confirm success and note that the brain will start building fresh from the next Agent Team session.
Important: Only use the exact commands shown above (status and clear). Do not invent or guess other command names.