Problem
When using memory-wiki in bridge mode without QMD as the active memory backend, the bridge reports 0 exported artifacts even though dream reports and daily notes exist in the active memory system.
{
"vaultMode": "bridge",
"bridge": {
"enabled": true,
"readMemoryArtifacts": true,
"indexDreamReports": true,
"indexDailyNotes": true,
"indexMemoryRoot": true,
"followMemoryEvents": true
}
}
Expected Behavior
The bridge should be able to import content from the active memory plugin (dream reports, daily notes, etc.) without requiring QMD, since these artifacts are stored in memory/.dreams/ and memory/*.md.
Actual Behavior
Bridge import synced 0 artifacts across 0 workspaces (0 new, 0 updated, 0 unchanged, 0 removed)
Wiki vault mode: bridge
Bridge: enabled (0 exported artifacts)
openclaw wiki doctor reports:
Bridge mode is enabled but the active memory plugin is not exporting any public memory artifacts yet.
Environment
- OpenClaw: 2026.4.15 (041266a)
- macOS: 26.4.1 (25E253)
Relevant Config
memory-core plugin is active (dreaming runs at 03:00 and 15:00)
active-memory plugin runs recall before each reply
memorySearch indexes memory, sessions, and extraPaths
- Dream reports exist at
memory/dreaming/deep/*.md and memory/dreaming/light/*.md
- Daily notes exist at
memory/YYYY-MM-DD.md
Request
Allow memory-wiki bridge mode to work with the built-in active memory plugins (memory-core + active-memory) without requiring QMD. This would enable the wiki to compile dream reports and daily notes into structured knowledge pages.
Problem
When using
memory-wikiinbridgemode without QMD as the active memory backend, the bridge reports 0 exported artifacts even though dream reports and daily notes exist in the active memory system.{ "vaultMode": "bridge", "bridge": { "enabled": true, "readMemoryArtifacts": true, "indexDreamReports": true, "indexDailyNotes": true, "indexMemoryRoot": true, "followMemoryEvents": true } }Expected Behavior
The bridge should be able to import content from the active memory plugin (dream reports, daily notes, etc.) without requiring QMD, since these artifacts are stored in
memory/.dreams/andmemory/*.md.Actual Behavior
openclaw wiki doctorreports:Environment
Relevant Config
memory-coreplugin is active (dreaming runs at 03:00 and 15:00)active-memoryplugin runs recall before each replymemorySearchindexes memory, sessions, and extraPathsmemory/dreaming/deep/*.mdandmemory/dreaming/light/*.mdmemory/YYYY-MM-DD.mdRequest
Allow
memory-wikibridge mode to work with the built-in active memory plugins (memory-core + active-memory) without requiring QMD. This would enable the wiki to compile dream reports and daily notes into structured knowledge pages.