fix(marketplace-author): require version bump on every catalog mutation

## Why
The skill had no instruction to bump the catalog version after ADD, REMOVE, or UPDATE operations. Clients cache the marketplace catalog and use the version field to detect changes — without a bump, the new state is invisible until a forced refresh.

## Implementation Notes
Added a Gotcha explaining the rule and semver convention (ADD/REMOVE → minor, UPDATE → patch). Added a dedicated "Bump catalog version" step to each mutating flow. Updated README to match.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-28 15:15:59 +00:00
parent 28ce4a279b
commit 528ba05b37
4 changed files with 19 additions and 6 deletions

View File

@@ -13,5 +13,5 @@
"skills": [
"skills/"
],
"version": "1.0.2"
"version": "1.0.3"
}