fix(memory): report truthful index outcomes (#123863)

This commit is contained in:
Peter Steinberger
2026-08-14 17:17:16 -07:00
committed by GitHub
parent ad508a51c2
commit 156af00a78
6 changed files with 134 additions and 48 deletions
+4 -1
View File
@@ -50,7 +50,10 @@ openclaw memory index [--agent <id>] [--force] [--verbose]
Same per-agent scoping as `status`. `--force` runs a full reindex instead of
an incremental one. `--verbose` prints per-agent provider, model, sources, and
extra-path details before showing indexing progress.
extra-path details before showing indexing progress. The completion message
reports the indexed file count. An empty corpus is a successful no-op: the
command reports the resolved workspace path and that nothing was indexed, and
leaves the missing `memory/` directory for the first memory write to create.
## `memory search`