verify_build
Checks whether your project builds successfully after code changes, returning pass/fail with error details. Use after implementing to confirm completion.
Instructions
Runs the build command and returns success/failure with any errors. Use this AFTER implementing changes to verify the build passes. A task is NOT complete until this returns success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory | /app |
| command | No | Build command to run (auto-detects if not provided) | |
| timeout | No | Timeout in milliseconds |