What problem does it solve?
Upgrading the pi coding agent framework across a project can be brittle due to version pinning, legacy package names, and scattered documentation. This skill automates detection, migration, installation, and reporting to keep projects current.
Core Features & Use Cases
- Detects current pi versions from package.json, lockfiles, or node_modules to identify what needs upgrading.
- Fetches release deltas from earendil-works/pi via the GitHub CLI to surface compatible upgrades and migrations.
- Bumps version ranges and migrates legacy names across workspace files, then installs using the detected package manager.
- Generates upgrade reports with actionable recommendations, deprecations, and next steps for developers.
Quick Start
Run the pi-upgrade helper from the project root in dry-run mode to preview changes, then run it again to apply upgrades.