release_check
Run a bounded release readiness check using existing release gates. Local stages execute guarded commands; remote stages are read-only.
Instructions
v1.3.0: Run a bounded release readiness check by wrapping the existing release gate. Local stages use existing guarded release-gate commands; remote stages are read-only. Does not publish, push, tag, or create a GitHub Release.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | No | Branch for CI verification. | main |
| version | No | Version to verify. Defaults to project policy/package.json when omitted. | |
| repo_path | Yes | Repository path inside workspaceRoot. | |
| github_repo | No | GitHub repo in owner/repo form for release/CI verification. | |
| package_name | No | npm package name for remote verification. | |
| target_stage | No | Release gate stage to check. Defaults to local_ready. | local_ready |