Loading...
Loading...
Generic migration orchestrator that reads CHANGELOG.md to understand and execute version-specific migrations
npx skill4agent add eveld/claude upgrade-plugin/workflows:upgradethoughts/.versioncurrent: v1.2.2
migrated_from: v1.2.1
migration_date: 2026-02-03CHANGELOG.mdthoughts/.versioncurrent: v1.3.0
migrated_from: v1.2.2
migration_date: 2026-02-04thoughts/.version1. User runs /workflows:upgrade
2. Skill reads thoughts/.version → "v1.2.2"
3. Skill reads CHANGELOG.md → finds v1.3.0 migration section
4. Skill follows migration steps from CHANGELOG
5. Skill asks user questions via AskUserQuestion
6. Skill executes migration
7. Skill updates thoughts/.version → "v1.3.0"
8. Skill generates report