Expand description
Subcommand handlers wired into the clap tree from cli.
Modules§
- backup
- Handler for the
backupCLI subcommand. - cache
- Handler for the
cacheCLI subcommand and its nested operations. - claude_
runner - Shared module for spawning Claude Code (
claude -p) subprocesses. - cleanup_
orphans - Handler for the
cleanup-orphansCLI subcommand. - codex_
spawn - Codex CLI spawn + JSONL parsing helper shared by
enrichandingest --mode codex. - completions
- Shell completion script generation.
- debug_
schema - Handler for the
debug-schemaCLI subcommand. - deep_
research - Handler for the
deep-researchCLI subcommand. - delete_
entity - Handler for the
delete-entityCLI subcommand (GAP-17). - dry_
run_ backend - v1.0.84 (ADR-0042 / GAP-002): resolve and emit the LLM backend that
WOULD be invoked for embedding without actually spawning the
subprocess. Used by
--dry-run-backendfor CI audit and pre-flight sanity-check of--llm-backendbefore long ingestion sessions. - edit
- Handler for the
editCLI subcommand. - embedding
- GAP-005 (v1.0.82):
embeddingsubcommand — health and retry of the pending-embeddings queue that buffers memories whose embedding step failed. - enrich
- Handler for the
enrichCLI subcommand (GAP-14 + GAP-18). - export
- Handler for the
exportCLI subcommand. - forget
- Handler for the
forgetCLI subcommand. - fts
- Handler for the
ftsCLI subcommand family. - graph_
export - Handler for the
graph-exportCLI subcommand. - health
- Handler for the
healthCLI subcommand. - history
- Handler for the
historyCLI subcommand. - hybrid_
search - Handler for the
hybrid-searchCLI subcommand. - ingest
- Handler for the
ingestCLI subcommand. - ingest_
claude - Handler for
ingest --mode claude-code. - ingest_
codex - Handler for
ingest --mode codex. - init
- Handler for the
initCLI subcommand. - link
- Handler for the
linkCLI subcommand. - list
- Handler for the
listCLI subcommand. - memory_
entities - Handler for the
memory-entitiesCLI subcommand. - merge_
entities - Handler for the
merge-entitiesCLI subcommand (GAP-19). - migrate
- Handler for the
migrateCLI subcommand. - namespace_
detect - Handler for the
namespace-detectCLI subcommand. - normalize_
entities - Handler for the
normalize-entitiesCLI subcommand (GAP-15). - optimize
- Handler for the
optimizeCLI subcommand. - pending
- GAP-001 (v1.0.82):
pendingsubcommand — inspect and manage the three-stageremembercheckpoint queue persisted inpending_memories. - pending_
embeddings - GAP-005 (v1.0.82):
pending-embeddingssubcommand — high-level batch operations over thepending_embeddingsqueue. - prune_
ner - Handler for the
prune-nerCLI subcommand. - prune_
relations - Handler for the
prune-relationsCLI subcommand. - purge
- Handler for the
purgeCLI subcommand. - read
- Handler for the
readCLI subcommand. - recall
- Handler for the
recallCLI subcommand. - reclassify
- Handler for the
reclassifyCLI subcommand (GAP-18). - reclassify_
relation - Handler for the
reclassify-relationCLI subcommand (GAP-13). - related
- Handler for the
relatedCLI subcommand. - remember
- Handler for the
rememberCLI subcommand. - remember_
batch - Handler for the
remember-batchCLI subcommand (G08). - rename
- Handler for the
renameCLI subcommand. - rename_
entity - Handler for the
rename-entityCLI subcommand. - restore
- Handler for the
restoreCLI subcommand. - slots
- GAP-004 (v1.0.82):
slotssubcommand — inspect and manage the cross-process LLM slot semaphore. - stats
- Handler for the
statsCLI subcommand. - sync_
safe_ copy - Handler for the
sync-safe-copyCLI subcommand. - unlink
- Handler for the
unlinkCLI subcommand. - vacuum
- Handler for the
vacuumCLI subcommand. - vec
- Handler for the
vecCLI subcommand family.