kitaru memory reindex
Backfill indexing tags for historical memory artifacts.
New execution-scope writes are indexed automatically at write time. This command is for older data that was created before that behavior shipped. By default it performs a dry-run preview; rerun with --apply to persist any missing tags in the active project. The reindex is additive only: it adds missing discovery tags and does not rewrite stored values or metadata.
Usage
kitaru memory reindex [OPTIONS]Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
--apply | bool | No | False | Persist missing scope-type and flow-membership tags for historical memory artifacts. By default this command runs as a dry-run preview. |
--output, -o | str | No | "text" | Output format: "text" (default) or "json". |