ascent_apply_then_verify
Apply a repo script and probe an actor/asset in the same commandlet session to verify expected values; the call fails unless the script succeeds and all expectations pass.
Instructions
Run a repo script, then — in the SAME commandlet boot — probe an actor or asset and check expectations against the read-back values. The whole call fails unless the script succeeds AND every expectation passes. 'Probe before you believe', as infrastructure: a mutation that can't prove itself didn't happen.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | ||
| dryRun | No | ||
| expect | Yes | ||
| script | Yes | Repo-relative scripts/*.py to apply | |
| verify | Yes | ||
| timeoutSeconds | No | ||
| allowWithEditorOpen | No |