What problem does it solve?
The migrate skill ensures that a groundrules-bootstrapped project, including legacy starter-kits, is up-to-date with the current version of the groundrules plugin, facilitating a smooth transition between versions without overwriting any existing content.
Core Features & Use Cases
- Version Checking: Compares the installed plugin version against the latest version and prompts for update if necessary.
- Legacy Project Compatibility: Detects and updates legacy
.starter-kit.json files to the new .groundrules.json format.
- Change Log Analysis: Displays the changes introduced in each new version for the user's understanding.
- File Renaming and Updating: Automatically updates template-generated files, handles file renames/moves, and provides options for manual intervention if needed.
- Quick Start: Run
/groundrules:migrate to start the migration process for a project.
Quick Start
Update your groundrules-bootstrapped project to the latest plugin version using the /groundrules:migrate command.