classify_change
Determine whether a code change is a bugfix or a feature by analyzing the diff, returning supporting evidence and signals.
Instructions
Classify whether a change is a bugfix or a feature, with evidence.
Returns: {verdict: "bugfix"|"feature"|"unknown", evidence: [...], signals: {...}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | No | ||
| head | No | ||
| repo | Yes |