version-bump
SKILL.md
Version Bump Skill
Manage semantic versioning across the rad-mem project with consistent updates to all version-tracked files.
Quick Reference
Files requiring updates (ALL FOUR):
package.json(line 3).claude-plugin/marketplace.json(line 13)plugin/.claude-plugin/plugin.json(line 3)CLAUDE.md(line 9 ONLY - version number, NOT version history)
Semantic versioning:
- PATCH (x.y.Z): Bugfixes only
- MINOR (x.Y.0): New features, backward compatible
- MAJOR (X.0.0): Breaking changes