Migrate from $ARGUMENTS.
Steps
-
Understand the migration
- What is being migrated (framework, library, API version)?
- What are the breaking changes between versions?
- Are there official migration guides?
-
Audit current usage
- Grep for all imports/usages of the old library/API
- Count affected files
- Identify patterns used
-
Create migration plan
## Migration: [from] → [to] ### Affected Files ([count]) - [file] — [what needs to ch
[Description truncada. Veja o README completo no GitHub.]