Turn a value that must be true into an executable gate before later work.
Useful for
- Require tests to passDo not continue after a failed test.
- Require zero critical findingsStop while serious issues remain.
- Require a clean dry runApply only after a safe preview.
- Require the artifact to existCheck the output before using it.
- Require saved approvalBind later work to the answer.
- Require verified stateFinish only when observed state agrees.
Bind the evidence.Pass the command result or structured answer that supports the Boolean expression.