Files
openclaw/docs/concepts/memory-qmd.md
T
Peter Steinberger 8dbd30ba74 feat(memory): per-entry glob patterns for extraPaths (#121209)
* feat(memory): support globbed extra paths

Allow root-relative glob patterns on existing memory.search.extraPaths entries across discovery, watching, reindex identity, and QMD migration.

* fix(memory): drop stale lease type import

* fix(memory): enforce extra path glob scope
2026-08-09 13:05:24 -07:00

895 B

summary, read_when, title
summary read_when title
QMD memory backend removal and migration
Migrating an installation that used the QMD memory backend
QMD memory backend removal

QMD memory backend removal

The optional QMD memory backend has been removed. Builtin memory is now the only memory engine.

Run openclaw doctor --fix to remove retired memory.backend, memory.qmd.*, and memory.search.qmd.* settings, including agent-scoped variants. Your Markdown memory sources are indexed by the builtin engine on its next sync. Doctor preserves configured QMD paths and extra collections in the corresponding memory.search.extraPaths setting, including root-relative glob patterns. QMD indexes, exported session Markdown, downloaded models, and collection metadata are derived state and do not require migration.

See Memory for the current architecture and configuration.