wos simulate
Status: stub. Day 3 deliverable.
Usage
wos simulate <policy.yaml> <input.json>
wos simulate <policy.yaml> <input.json> --json > decision.jsonRuns 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
| Code | Meaning |
|---|---|
0 | Decision returned, decision === PASS. |
1 | Decision returned, decision === REJECT or ESCALATE_TO_HUMAN. |
2 | Could not decide (invalid policy, invalid input, parse / I-O error). |