Update version-bump skill documentation and bump plugin version to 4.3.2

This commit is contained in:
Alex Newman
2025-10-27 00:14:18 -04:00
parent 28005b75af
commit bd5ad6e5c2
2 changed files with 5 additions and 4 deletions

View File

@@ -1,18 +1,19 @@
---
name: version-bump
description: Manage semantic version updates for claude-mem project. Handles patch, minor, and major version increments following semantic versioning. Updates package.json, marketplace.json, and CLAUDE.md consistently.
description: Manage semantic version updates for claude-mem project. Handles patch, minor, and major version increments following semantic versioning. Updates package.json, marketplace.json, plugin.json, and CLAUDE.md consistently. Creates git tags.
---
# Version Bump Skill
IMPORTANT: This skill manages semantic versioning across the claude-mem project. YOU MUST update all three version-tracked files consistently.
IMPORTANT: This skill manages semantic versioning across the claude-mem project. YOU MUST update all FOUR version-tracked files consistently and create a git tag.
## Quick Reference
**Files requiring updates:**
1. `package.json` (line 3)
2. `.claude-plugin/marketplace.json` (line 13)
3. `CLAUDE.md` (version history section)
3. `plugin/.claude-plugin/plugin.json` (line 3)
4. `CLAUDE.md` (version history section)
**Semantic versioning:**
- PATCH (x.y.Z): Bugfixes only