Public alpha. Stripe Live in ~2 weeks. → Get on the launch list
CLIwos simulate

wos simulate

Status: stub. Day 3 deliverable.

Usage

wos simulate <policy.yaml> <input.json>
wos simulate <policy.yaml> <input.json> --json > decision.json

Runs the Nyx (L2) decision engine in-process against a JSON input object. The bytes returned are byte-identical to what the production edge would return.

wos decide is retained as a back-compat alias.

Exit codes

CodeMeaning
0Decision returned, decision === PASS.
1Decision returned, decision === REJECT or ESCALATE_TO_HUMAN.
2Could not decide (invalid policy, invalid input, parse / I-O error).