memory.md +0 −10
54 54
55Claude will also discover CLAUDE.md nested in subtrees under your current working directory. Instead of loading them at launch, they are only included when Claude reads files in those subtrees.55Claude will also discover CLAUDE.md nested in subtrees under your current working directory. Instead of loading them at launch, they are only included when Claude reads files in those subtrees.
56 56
57## Quickly add memories with the `#` shortcut
58
59The fastest way to add a memory is to start your input with the `#` character:
60
61```
62# Always use descriptive variable names
63```
64
65You'll be prompted to select which memory file to store this in.
66
67## Directly edit memories with `/memory`57## Directly edit memories with `/memory`
68 58
69Use the `/memory` slash command during a session to open any memory file in your system editor for more extensive additions or organization.59Use the `/memory` slash command during a session to open any memory file in your system editor for more extensive additions or organization.