Skip to main content

What Are Memory Rules?

Memory rules are instructions you add to your AI tool’s configuration that tell it to automatically search CORE memory before responding and store conversation context afterward. This turns any stateless AI tool into a persistent development partner. Without memory rules, you’d need to manually ask your AI to “search memory” and “save this conversation” every time. With them, it happens automatically.

Where to Add Memory Rules

Each AI tool has its own way of loading persistent instructions: See your provider’s setup guide for exact steps on where to place the file.

The Memory Protocol

Copy the content below into the appropriate file for your tool. Adjust the frontmatter (trigger, alwaysApply, etc.) based on what your tool expects — see the table above.

What This Enables

With memory rules in place, your AI tool will automatically:
  • Search CORE Memory before responding to understand relevant project context
  • Store conversations after each interaction for future reference
  • Maintain continuity across coding sessions
  • Share context with other CORE-connected tools (everything flows into one memory graph)