verify_changes
Run project verification pipeline to execute repository-defined build and test scripts using fast, normal, or strict profiles, without staging or committing files.
Instructions
Run the detected project verification pipeline with a fast, normal, or strict profile. This executes repository-defined build/test scripts but does not stage or commit files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Project directory; defaults to the workspace. | |
| profile | No | Verification depth; defaults to normal. | |
| timeout_ms | No | Timeout per verification command. | |
| total_timeout_ms | No | Total verification budget across all checks; defaults to timeout_ms. Cleanup may take a bounded grace period. |