From 38e094806483bc1dfc314d18b78195f0eefd7d7e Mon Sep 17 00:00:00 2001 From: Luna AI Date: Tue, 10 Feb 2026 04:50:06 +0500 Subject: [PATCH] docs: mention memory.md alternate filename in bootstrap list Address review feedback: the runtime also injects lowercase memory.md (DEFAULT_MEMORY_ALT_FILENAME) when present. --- docs/concepts/system-prompt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/system-prompt.md b/docs/concepts/system-prompt.md index 2a4adba532f..90da232b695 100644 --- a/docs/concepts/system-prompt.md +++ b/docs/concepts/system-prompt.md @@ -59,7 +59,7 @@ Bootstrap files are trimmed and appended under **Project Context** so the model - `USER.md` - `HEARTBEAT.md` - `BOOTSTRAP.md` (only on brand-new workspaces) -- `MEMORY.md` (when present in the workspace) +- `MEMORY.md` or `memory.md` (when present in the workspace; both are recognized) All of these files are **injected into the context window** on every turn, which means they consume tokens. Keep them concise — especially `MEMORY.md`, which can