plan_change
Plan code edits with evidence: list primary files, expected impact, line ranges, and test targets from a natural language task.
Instructions
Generate an evidence-backed pre-edit plan for a task, including primary files to edit, expected impact, changed-line ranges, and recommended test targets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | The format of the plan. | |
| limit | No | Maximum planning results to generate. Defaults to 20. | |
| since | No | Optional git revision/range used with git diff --unified=0 to include changed files and line ranges in planning context. | |
| task | Yes | A natural language description of the task or change to plan. |