delimit_release_validate
Validates a release passes preflight checks before shipping, acting as a safety gate between planning and rollout.
Instructions
Validate that a release is safe to ship (Pro).
When to use: as the gate between delimit_release_plan and the actual rollout — confirms the release passes preflight checks. When NOT to use: for OpenAPI spec linting (delimit_lint) or for runtime health (delimit_obs_status).
Sibling contrast: delimit_release_plan describes what would ship; this attests it is safe to ship.
Side effects: on success, returns a passed verdict (no side effects). On failure, auto-chains:
backends.repo_bridge.evidence_collect (records failure evidence)
ai.notify.send_notification (webhook event release_validation_failed)
ai.ledger_manager.add_item (creates ops-ledger fix item, P1)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environment | Yes | Target environment ("production" / "staging"). | |
| version | Yes | Release version string. Required. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||