What changed, and which symbols it touched
changed_filesSummarize working-tree diff (or against a base) as files with added/deleted counts and enclosing functions/classes per hunk, showing blast radius without loading the patch.
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). |