kitaru memory compaction-log
Show the compaction audit log for one scope.
Displays all compact and purge audit records for the given scope, newest first. Each record shows what operation was performed, which keys were involved, and the resulting target or deletion counts.
Usage
kitaru memory compaction-log [OPTIONS]Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
--scope | str | No | None | Memory scope to inspect. [required] |
--scope-type | Literal[namespace, flow, execution] | No | None | Memory scope type to inspect. [required] |
--output, -o | str | No | "text" | Output format: "text" (default) or "json". |