What's wrong with this entry?
Anonymous. No account, no email.
- Memory type selector: When creating memories, you can now choose between three types:
- Project Memory: Shared in the project repository (stored in
CLAUDE.md) - Example: "Run lint with the following command after major edits: npm run lint"
- Local Memory: Private to you in this project (stored in
CLAUDE.local.md) - Example: "Use my sandbox URL for testing: https://myapp.local"
- User Memory: Available in all your projects (stored in
~/.claude/CLAUDE.md) - Example: "Don't add new comments when editing code"
The memory selector UI provides arrow key navigation and clear descriptions of each memory type's scope.