Documentation navigation
Docs/Concepts/What Lore is for

What Lore is for

Learn which facts, preferences, decisions, and rules should become durable memory.

Lore is for information that should survive one chat, one terminal session, or one agent runtime.

Good candidates

Good candidates:

Keep in LoreReason
user preferencesthey should shape future answers across tools
project decisionsthey affect future coding and review work
commands and workflowsagents need the same operational facts repeatedly
deployment constraintsmistakes are expensive and context is easy to lose
agent operating rulesthey should apply consistently at startup

Poor candidates:

Do not storeWhy
temporary scratch notesthey create recall noise
guesses not yet verifiedthey become false durable context
huge pasted logssummarize the conclusion instead
duplicated local agent rulesstore shared rules once in Lore

Lore is most valuable when several agents share the same memory graph. A rule learned in Claude Code can later help Codex, OpenClaw, Pi, or Hermes if it is stored in the right path.

How Lore worksUnderstand the loop: boot context, recall, reading memories, writing durable changes, and review.When to use itDecide which information is worth saving and which short-lived notes can stay out of memory.Memory modelLearn the core memory shape: paths, domains, priority, disclosure, glossary terms, and generated views.Memory pathsUse stable memory paths and domains to keep memory easy to browse, link, and move.