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 | Full-text and semantic/hybrid search | --type, --freshness, --mode, --semantic | references/command-reference.md#search |
graph | Traverse and render artifact relationships | --depth, --format | references/command-reference.md#graph |
index | Manage the derived SQLite + FTS5 + embeddings index | --reset, --reindex, --embeddings | references/command-reference.md#index |
stats | Vault counts by type, lifecycle, freshness | --friction | references/command-reference.md#stats |
review | Review low-confidence or flagged artifacts pending classification | --low-confidence | references/command-reference.md#review |
reclassify | Override artifact classification and record the override | --type | references/command-reference.md#reclassify |
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 |
lens | Query computed lens scores (fidelity, freshness, clarity) | --format, --freshness | references/command-reference.md#lens |
workflow | Observe and control Portal workflow runs | — | references/command-reference.md#workflow |
decision | Manage decision tables and evaluate artifacts against rubrics | — | references/command-reference.md#decision |