What changed, and which symbols it touched
changed_filesSummarize the git working-tree diff as files with added/deleted counts and affected functions/classes, giving the blast radius without pulling the patch into context.
Instructions
Summarize the working-tree diff (or a diff against base) as changed files with +added/-deleted counts AND the enclosing functions/classes each hunk lands in — the blast radius, without pulling the patch into context. The cheap way to start a session on a dirty repo. Requires a git checkout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | No | Ref to diff against (e.g. 'main', 'HEAD~3'). Omit for working tree vs HEAD. | |
| limit | No | Max files to list (default 30). |