Commands
WikiMason uses a neutral command vocabulary across all profiles. There is no profile-specific command set.
Command families
Group |
Purpose |
|---|---|
|
Initialize a new wiki vault. |
|
Show, edit, and validate TOML configuration. |
|
Append, inspect, and validate the operational timeline in |
|
Import, scan, verify, resolve, read, rehash, and lint raw sources. |
|
Plan and finish raw-source-to-note workflows. |
|
Create, validate, and normalize semantic notes. |
|
Create, show, update, move, and delete profile-neutral pages. |
|
Resolve, check, normalize, and inventory internal links. |
|
Safe vault-relative file and folder operations. |
|
Daily notes and Markdown metadata utilities. |
|
Build generated catalog, index pages, and |
|
Health, validation, and audit commands. |
|
Select, plan, and export wiki context for LLM chat or search. |
|
Vault initialization, registry, build, lint, doctor, and maintenance. |
|
Locate or install the packaged WikiMason agent skill. |
Example workflows
Initialize a vault:
wikimason init markdown .
wikimason init obsidian ~/Documents/MyVault
wikimason init logseq ~/Documents/Logseq/MyGraph
Source lifecycle:
wikimason source scan --update --format json
wikimason source delta --format json
Create compiled pages:
wikimason note new --kind topic --title "Compiled Knowledge" \
--source "Raw/Sources/report.md" --allow-incomplete --format json
wikimason page update Wiki/Concepts/retrieval-pipeline.md --body-file /tmp/body.md --format json
Validate and finish:
wikimason links check --format json
wikimason ingest finish --accept-covered --format json
Maintain:
wikimason vault maintain --format json
wikimason log tail -n 5 --format json
wikimason log check --format json
Context export for LLM chat:
wikimason context plan "retrieval pipeline" --format json
wikimason context export "retrieval pipeline" --print --source-closure
wikimason context export "retrieval pipeline" -o context.md --purpose chat
For the full command reference with every flag and usage string, see Command Reference.