sdtk-wiki — Command Reference
Project memory CLI. Guide: SDTK-WIKI.
bash
npm install -g sdtk-wiki-kit # included in sdtk-kit
sdtk-wiki --helpWorkspace & pipeline
bash
sdtk-wiki init # initialize wiki/ + internal state
sdtk-wiki ingest # read the repo into the graph
sdtk-wiki compile --mode safe # propose wiki pages (no writes)
sdtk-wiki compile --mode safe --apply # apply the proposalWorkspace layout: wiki/ is canonical human-readable output; .sdtk/wiki is internal state; legacy .sdtk/atlas stays readable.
Atlas
Native Node graph build + browser viewer — no Python required (unlike sdtk-spec atlas).
bash
sdtk-wiki atlas build
sdtk-wiki atlas open # serves the viewer; stays alive until Ctrl+C
sdtk-wiki atlas watch # rebuild on change
sdtk-wiki atlas statusQuery & search
bash
sdtk-wiki query "<graph query>"
sdtk-wiki search "<text>"
sdtk-wiki lintAsk Pro
bash
sdtk-wiki ask "How does the payment flow handle retries?"Grounded Q&A over the built graph. Requires the wiki.ask entitlement and a built graph — fails closed otherwise. Also available in the Atlas viewer. Invokes a model (an explicit external call).
Kanban
bash
sdtk-wiki kanban # local human-in-the-loop task boardMaintenance & enrichment
bash
sdtk-wiki discover --plan
sdtk-wiki maintain --mode safe
sdtk-wiki enrich --source github --mode review
sdtk-wiki wiki ingest # wiki-level pipeline verbs
sdtk-wiki wiki prune
sdtk-wiki wiki discover
sdtk-wiki wiki extract
sdtk-wiki wiki compile
sdtk-wiki updateSafe/review modes propose changes; nothing destructive runs without an explicit apply.
Not in this release
No web fetch, no destructive prune, no query history list/show/delete. SDTK-WIKI installs no skills — it is entirely CLI-driven.