Explain the breaking changes
explain_breaking_changesAnalyzes API spec changes to identify breaking changes, detail developer and consumer impact, and suggest migration steps.
Instructions
Explains what breaks in an API spec change and why, with developer impact, likely consumer impact, and suggested migration steps. Analyzes API contract compatibility only; it does NOT modify code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| baseSpecPath | No | Path to the base (old) spec file. | |
| targetSpecPath | No | Path to the target (new) spec file. | |
| baseSpecContent | No | Inline base (old) spec content. | |
| targetSpecContent | No | Inline target (new) spec content. |