run_release_check
Replay critical user journeys to evaluate release confidence and produce a SHIP, INVESTIGATE, or BLOCK decision. Includes a targeted mode for rapid smoke checks.
Instructions
Flagship release confidence tool: replay critical journeys and return a SHIP / INVESTIGATE / BLOCK decision.
In replay mode (default), queues a regression run and returns immediately with run_id for polling. In targeted mode, runs a one-shot agent evaluation synchronously as a shortcut smoke check.
Args: journey_ids: deprecated alias for flow_ids. flow_ids: recorded flow IDs to replay. If omitted, uses all flows matching criticality_filter. criticality_filter: defaults to ["revenue", "activation"]. release_id: optional caller-supplied release identifier (auto-generated if omitted). mode: "replay" (default, golden path for release gating) or "targeted" (one-shot eval). smoke_preflight: Optional advisory smoke sweep before replay. Does not block the release on its own.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | replay | |
| app_url | Yes | ||
| flow_ids | No | ||
| headless | No | ||
| run_mode | No | hybrid | |
| release_id | No | ||
| journey_ids | No | ||
| profile_name | No | ||
| smoke_preflight | No | ||
| criticality_filter | No |