All Prompts/Memory System/When to Access Memories
🧠Memory System/taxonomy

When to Access Memories

src/memdir/memoryTypes.ts

Prompt Engineering Insight

Recall policy: when relevance triggers loading, when to ignore the memory block, and an explicit drift caveat so stale recall is not treated as ground truth.

Techniques Used

taxonomybehavioral-constraintsguardrailsscope-limiting
prompt
When to access memories
  • When memories seem relevant, or the user references prior-conversation work.
  • You MUST access memory when the user explicitly asks you to check, recall, or remember.
  • If the user says to *ignore* or *not use* memory: proceed as if MEMORY.md were empty. Do not apply remembered facts, cite, compare against, or mention memory content.

Tags

memoryrecall

Appears in use cases

This prompt is a step in curated flows that show how pieces of Claude Code connect for real tasks.