refactor: store memory wiki digests in sqlite

This commit is contained in:
Peter Steinberger
2026-05-08 19:47:14 +01:00
parent 7a954b6d61
commit cdfd09554f
22 changed files with 463 additions and 106 deletions

View File

@@ -106,12 +106,10 @@ Notes:
### `wiki compile`
Rebuild indexes, related blocks, dashboards, and compiled digests.
Rebuild indexes, related blocks, dashboards, and SQLite-backed compiled digests.
This writes stable machine-facing artifacts under:
- `.openclaw-wiki/cache/agent-digest.json`
- `.openclaw-wiki/cache/claims.jsonl`
The stable machine-facing digests live in OpenClaw's SQLite plugin state so
agents and runtime code do not have to scrape Markdown pages.
If `render.createDashboards` is enabled, compile also refreshes report pages.