Skip to content

memory-wiki bridge mode shows 0 exported artifacts without QMD #68371

Description

@guojiongming

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.

Metadata

Metadata

Assignees

Labels

dedupe:childDuplicate issue/PR child in dedupe cluster

Type

No type

Fields

Priority

None yet

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions