estimate_semver_impact
Estimates semantic version impact (major/minor/patch) by comparing code signatures with a reference branch.
Instructions
Estimates the semantic versioning impact (Major/Minor/Patch) of current changes by comparing code signatures with a reference commit or branch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| refBranch | No | Reference branch or commit tag to compare signatures against (defaults to "main"). | main |