init | Initialize a new vault at the target path | — | references/command-reference.md#init |
ingest | Ingest a source into raw/ and classify | — | references/command-reference.md#ingest |
compile | Process raw/ artifacts through extract → compile → write wiki/ | --pending, --scope, --dry-run, --full | references/command-reference.md#compile |
query | FTS5-backed natural-language query over the wiki | --file-back, --scope | references/command-reference.md#query |
synthesize | Cross-source synthesis into a new wiki/ artifact | — | references/command-reference.md#synthesize |
lint | Deterministic + semantic checks on vault artifacts | --fix, --report, --checks | references/command-reference.md#lint |
search | FTS5 full-text keyword search | --type, --freshness | references/command-reference.md#search |
graph | Traverse and render artifact relationships | --depth, --format | references/command-reference.md#graph |
index | Manage the derived SQLite + FTS5 index | --reset | references/command-reference.md#index |
stats | Vault counts by type, lifecycle, freshness | — | references/command-reference.md#stats |
doctor | Health check: structure, index freshness, config, drift | — | references/command-reference.md#doctor |
watch | Auto-ingest on file drop in raw/ | --auto-compile | references/command-reference.md#watch |
promote | Lifecycle promotion with default rules | --force | references/command-reference.md#promote |
serve | Start the FastAPI thin CLI-parity wrapper | — | references/command-reference.md#serve |