detect_breaking_changes
Detect breaking changes from commit messages and/or a git diff. Returns a list of breaking items and a version-bump recommendation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| diff | No | Raw git diff to scan for removed exports/APIs. Optional. | |
| commits | No | Array of commit messages. Optional if diff is provided. |