start_migration
Initiates a full migration from Nuxt 2 to Nuxt 3/4 by detecting source paths and running a comprehensive codebase audit across components, stores, and API layer.
Instructions
Start full Nuxt 2 to Nuxt 3/4 migration process. Automatically detects MIGRATION_SOURCE_PATH from .env, config file, or environment variables. Runs comprehensive audit of the entire codebase including components, stores, composables, API layer, and tracking patterns.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sourcePath | No | Optional absolute path to source Nuxt 2 codebase (overrides .env/config) | |
| targetPath | No | Optional absolute path to target Nuxt 4 codebase (overrides .env/config) | |
| module | No | Optional specific module to migrate (e.g., 'deals', 'tickets') | |
| configPath | No | Optional path to .env config file |