detect_breaking_changes
Detect breaking API changes by comparing git refs: identifies removed functions, required parameters added, and signature changes.
Instructions
Breaking API changes vs a git ref: removed funcs/params, added required params, signature changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project name/path (default: active). | |
| since_ref | No | Git ref to compare against (default: "HEAD~1"). Can be a commit SHA, branch, or tag. |