verify_change
Verify that actual code changes match a pre-edit plan by validating constraints and running test 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. | |
| since_plan | No | Optional git revision/range used with git diff --unified=0 to derive changed files and diff input. |