[DOCS] Memory docs still present auto-memory storage as fixed path and omit `autoMemoryDirectory`
Documentation Type
Incorrect/outdated documentation
Documentation Location
https://code.claude.com/docs/en/memory
Section/Topic
Auto-memory storage location configuration and the new autoMemoryDirectory setting.
Current Documentation
The auto-memory section currently says:
Auto memory is on by default. To toggle it, open/memoryin a session and use the auto memory toggle, or setautoMemoryEnabledin your project settings:
And the storage location section says:
Each project gets its own memory directory at ~/.claude/projects/<project>/memory/.
No documentation currently exists for configuring a custom auto-memory directory with autoMemoryDirectory.
What's Wrong or Missing?
Release v2.1.74 adds an autoMemoryDirectory setting to configure a custom directory for auto-memory storage.
Current memory docs still describe the storage path as fixed and only document autoMemoryEnabled plus CLAUDE_CODE_DISABLE_AUTO_MEMORY. Users are not told that the directory is configurable, where that setting belongs, or how it interacts with the default per-project path.
Suggested Improvement
Add a short subsection that documents:
- The
autoMemoryDirectorysetting and where to place it. - How it changes or overrides the default
~/.claude/projects/<project>/memory/path. - Scope and precedence relative to the default derived path and any environment-based overrides.
- One example showing a custom directory.
Impact
Medium - Makes feature difficult to understand
Additional Context
Affected Pages:
| Page | Line(s) | Context |
|------|---------|---------|
| https://code.claude.com/docs/en/memory | 256-268 | Auto memory config and storage location still present the directory as fixed and only document autoMemoryEnabled |
| https://code.claude.com/docs/en/interactive-mode | 127 | /memory command docs mention viewing the auto-memory folder but not configuring its location |
Total scope: 2 pages affected
Source: Release v2.1.74
- Added
autoMemoryDirectorysetting to configure a custom directory for auto-memory storage
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗