suggest-migration-path
Get step-by-step migration guidance for upgrading libraries, including breaking changes, deprecated APIs, code examples, and effort estimates.
Instructions
Provides step-by-step migration guidance for upgrading between library versions, including breaking changes, deprecated APIs, code examples, and estimated effort. Combines curated migration guides with documentation search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Current working directory for auto-detection | |
| format | No | Output format | detailed |
| library | Yes | Library to migrate | |
| toVersion | Yes | Target version | |
| fromVersion | No | Starting version (or 'auto' to detect from project) | auto |
| includeCodeExamples | No | Include before/after code examples |