Generate a migration guide
generate_migration_guideAnalyze API spec changes to generate a migration guide and safe rollout steps for breaking changes.
Instructions
Generates a migration guide (markdown) and safe rollout steps for the breaking changes in an API spec change. Analyzes API contract compatibility only; it does NOT modify code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | ||
| 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. |