brain-export
Export all accumulated brain knowledge into a CONVENTIONS.md file written to the project root.
Instructions
Run:
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/brain_engine.py export-conventions "$CLAUDE_PROJECT_DIR"
Take the content field from the JSON output and write it to CONVENTIONS.md in $CLAUDE_PROJECT_DIR.
After writing:
- Confirm how many rules, decisions, and files were exported
- Tell the user they can commit
CONVENTIONS.mdto share accumulated knowledge with humans and future AI sessions - Suggest running
/brain-rememberto add any missing rules before the next export