Inspect all current Git changes in one call
inspect_changed_filesInspect git changes in a project: branch status, modified files, diff stats, staged changes, and last commit, without rescanning the entire repository.
Instructions
Returns branch/status, changed file names, diff stats, diff checks, staged changes, last commit, and an optional compact diff without re-scanning the whole project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project key from list_projects. | |
| includeDiff | No | ||
| maxDiffChars | No | ||
| includeStaged | No |