Kitaru

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

NameTypeRequiredDefaultDescription
--applyboolNoFalsePersist missing scope-type and flow-membership tags for historical memory artifacts. By default this command runs as a dry-run preview.
--output, -ostrNo"text"Output format: "text" (default) or "json".

On this page