Mindforge is a markdown-first personal memory system for OpenClaw agents.
It evolves the current local-memory/ sidecar into a cleaner recall layer built from human-auditable source files, chunked SQLite storage, structured facts/tasks/entities/links, and a retrieval CLI that agents can query when daily notes and profile files are not enough.
Current Status Mindforge has completed the planned M0-M9 migration path.
The live implementation now:
indexes configured workspace sources into SQLite documents, chunks, entities, facts, tasks, and links filters noisy OpenClaw session history before indexing supports chunk, entity, fact, task, link, and auto retrieval modes exports status/debug/facts/tasks/timeline JSON for observability and compatibility no longer depends on the old legacy items table workflow keeps web/timeline.json and web/index.html temporarily for compatibility, now backed by documents Post-cleanup validation on 2026-05-22 passed in both the live workspace copy and repo mirror with 39 tests. The live workspace ingest also completed successfully after the legacy cleanup.