verify_change
Validates code changes against a saved plan by comparing diffs and running validation commands.
Instructions
Verify an actual diff or set of changed files against a saved pre-edit plan. Validates constraints and runs test commands.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| changed_files | No | List of repository-relative paths of changed files. | |
| diff | No | The unified diff showing the actual changes. | |
| evidence_refs | No | List of evidence reference identifiers. | |
| plan | No | A JSON object containing the saved PlanReport. | |
| plan_json | No | A JSON-encoded string representation of the PlanReport. | |
| run_commands | No | Set true to execute the validation commands defined in the plan. |