fix(plugin): sync plugin.json version so plugin updates actually ship#33
Merged
Conversation
plugin.json was never bumped past 0.1.0 while marketplace.json advanced to 0.3.1, so 'claude plugin update' compared installed 0.1.0 against manifest 0.1.0 and reported 'already at latest' — users stayed on the pre-#29 skill (no grind-leading titles, no profile-factory refocus, no palate loop). Both files now carry the same version; future skill bumps must touch both.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.claude-plugin/plugin.jsonwas never bumped past 0.1.0 while.claude-plugin/marketplace.jsonadvanced to 0.3.1.claude plugin updateversions offplugin.json, so it compared installed 0.1.0 against manifest 0.1.0 and reported "already at latest" — skill changes from feat(brew): lead profile titles with the grind setting #29/feat(brew)!: refocus /brew skill to a profile factory (0.2.0) #31/feat: brew-log & palate loop — tasting capture + cross-bag recipe pre-correction #32 never reached the installed cache.Changed files
.claude-plugin/plugin.json— 0.1.0 → 0.3.2.claude-plugin/marketplace.json— 0.3.1 → 0.3.2Version
0.3.1 -> 0.3.2
After merge
claude plugin marketplace update brew && claude plugin update brew@brew, then restart the session.