verify_build
Run the npm build and validate its output to ensure the build succeeds, preventing broken merges and enforcing build verification before merge.
Instructions
Runs npm build and validates the output. Build MUST succeed before merge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script | No | npm script to run. Default is "build". | build |
| timeout | No | Timeout in milliseconds. Default is 300000 (5 minutes). | |
| worktree_path | No | Path to the worktree or project directory. Defaults to current directory. |