wOS CLI

Direct access to the dispatch chain from the terminal you already live in. Launch pods, query the knowledge graph and verify governance trails without leaving your editor.

Dispatch

Start a wave without leaving the terminal

One command reads your working tree, syncs the context graph and opens the pod. The plan comes back as text you can edit before anything is written.

zsh
$ wos dispatch --phase planning --context ./src
▶ Planning PM pod ready
▶ context graph synced — 127 files
✔ 14 units decomposed · 3 parallel branches
next: wos execute --wave w1

Query

Ask the graph, not the wiki

Resolve ownership, blast radius and dependents straight from the indexed graph. The answer reflects the tree as it is right now, not as someone last documented it.

wos:graph
$ wos graph deps --of svc/payments --depth 2
direct 6 nodes
second-hop 19 nodes
crosses Governance · QA
owner platform

Verify

Governance you can check locally

Run the same gates CI runs, before you push. Every signoff carries a nonce you can verify by hand, so approval is evidence rather than an assurance.

wos:gates
contract checkpass — 0.2s
blast radiuspass — 0.4s
schema drift1 warning
nonce0x8f2a…c91d

Agent dispatch

Launch, watch and stop pods from the command line.

Learn more

Graph queries

Resolve dependents, owners and impact without opening a browser.

Learn more

Governance audit

Verify nonces and replay the review trail for any merge.

Learn more