mirror of https://github.com/openclaw/openclaw.git
* docs: clarify which workspace files are injected into context window (#12909) The system prompt docs listed bootstrap files but omitted MEMORY.md, which IS injected when present. This led users to assume memory files are on-demand only and not consuming context tokens. Changes: - Add MEMORY.md to the bootstrap file list - Note that all listed files consume tokens on every turn - Clarify that memory/*.md daily files are NOT injected (on-demand only) - Document sub-agent bootstrap filtering (AGENTS.md + TOOLS.md only) Closes #12909 * 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: align memory bootstrap docs (#12937) (thanks @omair445) --------- Co-authored-by: Luna AI <luna@coredirection.ai> Co-authored-by: Sebastian <19554889+sebslight@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| agent-loop.md | ||
| agent-workspace.md | ||
| agent.md | ||
| architecture.md | ||
| compaction.md | ||
| context.md | ||
| features.md | ||
| markdown-formatting.md | ||
| memory.md | ||
| messages.md | ||
| model-failover.md | ||
| model-providers.md | ||
| models.md | ||
| multi-agent.md | ||
| oauth.md | ||
| presence.md | ||
| queue.md | ||
| retry.md | ||
| session-pruning.md | ||
| session-tool.md | ||
| session.md | ||
| sessions.md | ||
| streaming.md | ||
| system-prompt.md | ||
| timezone.md | ||
| typebox.md | ||
| typing-indicators.md | ||
| usage-tracking.md | ||