This project ships as a Claude Code plugin. Releases should include compiled dist/ output.
- Update versions:
package.json.claude-plugin/plugin.jsonCHANGELOG.md
- Build:
npm ci npm run build npm test npm run test:coverage - Verify plugin entrypoint:
.claude-plugin/plugin.jsonpoints todist/index.js
- Commit and tag:
git tag vX.Y.Z
- Publish:
- Push tag
- Create GitHub release with notes from
CHANGELOG.md