Guides this workspace’s npm release process and asks before publishing.
- Finds packages that are ready to release.
- Plans and checks required version updates.
- Runs package readiness checks before publishing.
- Requires confirmation before anything is published.
Install it through Pi:
pi install npm:@firstpick/pi-extension-release-npmRestart Pi if the package does not appear in your current session.
- Run
/release-npm-setuponce if npm publishing is not configured. - Run
/release-npmto find release candidates and perform the checks. - Review the package list, planned versions, and any failures.
- Confirm publishing only when the plan is correct.
Useful controls:
/release-toggle— switch between the short and detailed progress view./release-abort— stop the active release./release-npm-logs— open a saved release report.
The exact workspace layout, release scripts, and publishing rules are documented in the technical reference.
This extension is designed for the package workspace described in the technical reference. Run the planning form first; publishing always requires confirmation.
See TECHNICAL.md for complete commands, configuration, compatibility, security, and troubleshooting information.