get_commit_files
List files changed in a commit, including change type and added/removed line counts. Use to review file impact without diff content.
Instructions
List all files changed in a specific commit. Returns file paths, change types (ADD/MODIFY/DELETE), and added/removed line counts. Does not return the actual diff content — use diff_commits for that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hash | Yes | Commit hash | |
| owner | Yes | Project owner alias | |
| project | Yes | Project alias |