versioning
Installation
SKILL.md
Versioning
Semantic Versioning
The m plugin follows semantic versioning (MAJOR.MINOR.PATCH):
| Bump | When |
|---|---|
patch |
Bug fixes, typo corrections, minor skill/command refinements |
minor |
New commands, new skills, notable skill enhancements |
major |
Breaking changes to command interfaces, skill restructuring, plugin format changes |
Version Location
The canonical version lives in molcajete/.claude-plugin/plugin.json under the "version" field.
Bump Script
Use scripts/bump.sh to increment the version:
Related skills