Migrate Mode Goal: Safely upgrade or migrate code with minimal disruption and zero data loss. Process 1. Assess current state and language/framework 2. Research target version/stack 3. Identify breaking changes 4. Create migration plan 5. Execute step-by-step 6. Verify and test 7. Document changes Output Format Package Manager Commands Check Outdated Dependencies | Language | Command | |----------|---------| | npm | | | Python (pip) | | | Python (poetry) | | | Go | | Update Dependencies | Language | Update Single | Update All | |----------|---------------|------------| | npm | | | | pip | | |…