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 atomiseCLI subcommand. v0.7.0 WT-1-F —ai-memory atomiseCLI subcommand. - calibrate_
confidence - v0.7.0 Form 5 (issue #758) —
ai-memory calibrate confidence --from-shadowCLI subcommand. - check_
duplicate - v0.7.0 ARCH-3 / FX-12 —
ai-memory check-duplicateCLI 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-invalidatedCLI subcommand. - entity_
get_ by_ alias - v0.7.0 ARCH-3 / FX-C3 (batch2) —
ai-memory entity-get-by-aliasCLI subcommand. - entity_
register - v0.7.0 ARCH-3 / FX-C3 (batch2) —
ai-memory entity-registerCLI subcommand. - expand
- v0.7.0 #1443 —
ai-memory expandCLI 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-pathsCLI subcommand. - inbox
- v0.7.0 ARCH-3 / FX-C3 (batch2) —
ai-memory inboxCLI subcommand. - ingest_
multistep - v0.7.0 ARCH-3 / FX-C3 (batch2) —
ai-memory ingest-multistepCLI subcommand. - kg_
invalidate - v0.7.0 ARCH-3 / FX-C3 (batch2) —
ai-memory kg-invalidateCLI subcommand. - kg_
query - v0.7.0 ARCH-3 / FX-12 —
ai-memory kg-queryCLI subcommand. - kg_
timeline - v0.7.0 ARCH-3 / FX-C3 (batch2) —
ai-memory kg-timelineCLI subcommand. - list_
subscriptions - v0.7.0 ARCH-3 / FX-C3 (batch2) —
ai-memory list-subscriptionsCLI subcommand. - notify
- v0.7.0 ARCH-3 / FX-C3 (batch2) —
ai-memory notifyCLI subcommand. - persona
- v0.7.0 QW-2 —
ai-memory personaCLI command. - quota_
status - v0.7.0 ARCH-3 / FX-C3 (batch2) —
ai-memory quota-statusCLI subcommand. - recall_
observations - v0.7.0 ARCH-3 / FX-12 —
ai-memory recall-observationsCLI subcommand. - recover_
previous_ session - v0.7.0 (issue #1389) —
ai-memory recover-previous-sessionCLI 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 reembedCLI subcommand. - reflect
- v0.7.0 ARCH-3 / FX-C3 (batch2) —
ai-memory reflectCLI subcommand. - reflection_
origin - v0.7.0 ARCH-3 / FX-C3 (batch2) —
ai-memory reflection-originCLI subcommand. - replay
- v0.7.0 ARCH-3 / FX-12 —
ai-memory replayCLI 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 subscribeCLI subcommand. - subscription_
dlq_ list - v0.7.0 ARCH-3 / FX-C3 (batch2) —
ai-memory subscription-dlq-listCLI subcommand. - subscription_
replay - v0.7.0 ARCH-3 / FX-C3 (batch2) —
ai-memory subscription-replayCLI subcommand. - unsubscribe
- v0.7.0 ARCH-3 / FX-C3 (batch2) —
ai-memory unsubscribeCLI subcommand.