[DOCS] Memory docs missing automatic record/recall behavior added in v2.1.32
Documentation Type
Missing documentation (feature not documented)
Documentation Location
https://code.claude.com/docs/en/memory
Section/Topic
Automatic memory recording and recall in regular Claude Code sessions (not only static CLAUDE.md loading).
Current Documentation
The memory page currently focuses on static memory files and manual management:
"Claude Code can remember your preferences across sessions, like style guidelines and common commands in your workflow."
"All memory files are automatically loaded into Claude Code's context when launched."
There is no section that describes automatic memory capture/recall behavior during active work.
What's Wrong or Missing?
Claude Code changelog v2.1.32 says: "Claude now automatically records and recalls memories as it works".
That behavior is not documented on the memory page (or related Claude Code docs), so users cannot tell:
- What gets recorded automatically.
- When memories are recalled.
- Where these memories are stored.
- How this interacts with existing CLAUDE.md memory files and
/memory. - Whether there are controls to tune or disable this behavior.
Suggested Improvement
Add a new section to memory docs, such as Automatic memory recording and recall, with:
- Clear behavior summary (when recording happens, when recall happens).
- Storage model and precedence relative to CLAUDE.md,
.claude/rules/*.md, and user memory. - Practical examples showing the feature in normal usage.
- Privacy/scope notes (project-local vs user-wide behavior).
- Any configuration flags or settings that modify/disable it.
- Cross-links to
/memoryand settings docs.
Impact
Medium - Makes feature difficult to understand
Additional Context
Affected Pages:
| Page | Line(s) | Context |
|------|---------|---------|
| https://code.claude.com/docs/en/memory | 9, 23 | Discusses memory as static file loading, not automatic record/recall behavior |
| https://code.claude.com/docs/en/memory | 77-79 | /memory described as manual editing flow only |
| https://code.claude.com/docs/en/how-claude-code-works | 108 | Mentions context and compaction, but no automatic memory record/recall behavior |
Total scope: 3 pages affected
Source: Claude Code changelog v2.1.32
Claude now automatically records and recalls memories as it works
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗