#Missing memory and bootstrap
1 messages · Page 1 of 1 (latest)
@rapid cloak
Totally normal.
In OpenClaw those files are just plain Markdown in your agent workspace:
MEMORY.md(ormemory.md) = curated long‑term notes (preferences, important facts, stable instructions)memory/YYYY-MM-DD.md= daily scratchpad notesBOOTSTRAP.md(orbootstrap.md) = optional “what to load first when a new session starts / after resets”; if it’s empty, nothing breaks
They often stay empty until you explicitly tell the agent to write something like: “please save this to memory”.
If you expected the bot to “remember” things but these stay empty, the usual causes are:
- you never asked it to write to memory, or
- the Gateway is starting with a different workspace after restart (common in remote mode; the “real” workspace is on the gateway host).
Docs:
- Memory overview: https://docs.openclaw.ai/concepts/memory
- FAQ section (“How does memory work” + workspace paths): https://docs.openclaw.ai/help/faq#how-does-memory-work
If this answers it, please right-click the solution message → Apps → ✅ Mark Solution so Answer Overflow indexes it.