release_prepare
Runs release preparation commands only after each is approved by a command guard, returning status to confirm readiness for next steps.
Instructions
v1.3.0: Run project-policy release preparation commands only when each command is already accepted by the existing PatchWarden command guard. Returns command status only, never stdout/stderr. Does not publish, push, tag, or create a GitHub Release.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Repository path inside workspaceRoot. | |
| timeout_seconds | No | Per-command timeout in seconds. | |
| required_commands | No | Optional exact-match release preparation commands. Defaults to project policy release_mode.required_commands. |