name: upgrade-starterpack description: Upgrade the starterpack with AI assistance
Upgrade Starterpack
Run the starterpack upgrade with AI-assisted conflict resolution.
Steps
- •
Run the analyze command:
bashbash scripts/_core/core-update.sh --analyze
- •
Review the output for:
- •Version change (current → target)
- •Breaking changes in upgrade notes
- •Local modifications that will be overwritten
- •Required migrations
- •
If local modifications exist:
- •Note which files have local changes
- •Determine if changes should be preserved
- •Plan to re-apply them after upgrade
- •
Enter plan mode to create upgrade plan for user approval
- •
After user approves, execute:
- •Run
bash scripts/_core/core-update.shto apply upgrade - •Re-apply preserved local modifications
- •Run validation commands
- •Run
- •
Post-upgrade validation:
bashnpm run lint:frontend && npm run lint:backend npm run typecheck:frontend bash scripts/_core/validate-core-files.sh