starwind_migrate
Generate a safe migration command to update a legacy Astro project to Starwind UI v3, with an optional non-interactive mode for automated backups and conflict overwrites.
Instructions
Generates the safe Starwind UI v3 migration command for a legacy Astro project. Interactive migration is the default; non-interactive overwrite behavior must be explicitly requested.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Legacy Starwind project directory to inspect. | |
| yes | No | Add --yes to create a backup and overwrite registered conflicts without prompts. | |
| packageManager | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Structured Starwind migration guidance. |