Skip to main content

Module commands

Module commands 

Source
Expand description

v0.7.0 QW-1 — new-format CLI command modules (return exit codes rather than calling process::exit). v0.7.0 QW-1 — new-format CLI command modules.

Modules under this directory follow the pub fn run(db, args, out) -> Result<i32> shape that returns an exit code (rather than exiting the process from inside the handler). The convention matches src/cli/export.rs (forensic bundle) so the dispatch arm in daemon_runtime::run stays a one-liner.

Modules§

atomise
v0.7.0 WT-1-F — ai-memory atomise CLI subcommand. v0.7.0 WT-1-F — ai-memory atomise CLI subcommand.
calibrate_confidence
v0.7.0 Form 5 (issue #758) — ai-memory calibrate confidence --from-shadow CLI subcommand.
check_duplicate
v0.7.0 ARCH-3 / FX-12 — ai-memory check-duplicate CLI subcommand.
config
v0.7.x (#1146) — ai-memory config <subcommand> CLI surface. v0.7.x (#1146) — ai-memory config <subcommand> CLI surface.
dependents_of_invalidated
v0.7.0 ARCH-3 / FX-C3 (batch2) — ai-memory dependents-of-invalidated CLI subcommand.
entity_get_by_alias
v0.7.0 ARCH-3 / FX-C3 (batch2) — ai-memory entity-get-by-alias CLI subcommand.
entity_register
v0.7.0 ARCH-3 / FX-C3 (batch2) — ai-memory entity-register CLI subcommand.
expand
v0.7.0 #1443 — ai-memory expand CLI subcommand.
export_reflections
v0.7.0 QW-1 — file-backed reflection chain export.
find_paths
v0.7.0 ARCH-3 / FX-12 — ai-memory find-paths CLI subcommand.
inbox
v0.7.0 ARCH-3 / FX-C3 (batch2) — ai-memory inbox CLI subcommand.
ingest_multistep
v0.7.0 ARCH-3 / FX-C3 (batch2) — ai-memory ingest-multistep CLI subcommand.
kg_invalidate
v0.7.0 ARCH-3 / FX-C3 (batch2) — ai-memory kg-invalidate CLI subcommand.
kg_query
v0.7.0 ARCH-3 / FX-12 — ai-memory kg-query CLI subcommand.
kg_timeline
v0.7.0 ARCH-3 / FX-C3 (batch2) — ai-memory kg-timeline CLI subcommand.
list_subscriptions
v0.7.0 ARCH-3 / FX-C3 (batch2) — ai-memory list-subscriptions CLI subcommand.
notify
v0.7.0 ARCH-3 / FX-C3 (batch2) — ai-memory notify CLI subcommand.
persona
v0.7.0 QW-2 — ai-memory persona CLI command.
quota_status
v0.7.0 ARCH-3 / FX-C3 (batch2) — ai-memory quota-status CLI subcommand.
recall_observations
v0.7.0 ARCH-3 / FX-12 — ai-memory recall-observations CLI subcommand.
recover_previous_session
v0.7.0 (issue #1389) — ai-memory recover-previous-session CLI subcommand. Fail-safe recovery of agent context from a host’s per-turn transcript file when the previous session terminated ungracefully (SIGKILL, tmux lockup, host crash) between turns.
reembed
v0.7.0 #1598 — ai-memory reembed CLI subcommand.
reflect
v0.7.0 ARCH-3 / FX-C3 (batch2) — ai-memory reflect CLI subcommand.
reflection_origin
v0.7.0 ARCH-3 / FX-C3 (batch2) — ai-memory reflection-origin CLI subcommand.
replay
v0.7.0 ARCH-3 / FX-12 — ai-memory replay CLI subcommand.
skill
v0.7.0 Cluster E API-2 (issue #767) — ai-memory skill <subcommand> CLI surface.
subscribe
v0.7.0 ARCH-3 / FX-C3 (batch2) — ai-memory subscribe CLI subcommand.
subscription_dlq_list
v0.7.0 ARCH-3 / FX-C3 (batch2) — ai-memory subscription-dlq-list CLI subcommand.
subscription_replay
v0.7.0 ARCH-3 / FX-C3 (batch2) — ai-memory subscription-replay CLI subcommand.
unsubscribe
v0.7.0 ARCH-3 / FX-C3 (batch2) — ai-memory unsubscribe CLI subcommand.