You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(plugin): bump both plugins to 0.2.0 so installs actually update
Claude Code only pulls a new copy of a plugin when the plugin's own version
moves: "If set, users only receive updates when you bump this field."
https://code.claude.com/docs/en/plugins-reference#version-management
Both plugins have sat at 0.1.0 since they were created, through every change
since — including v0.29.2, which rewrote every command file to carry the
namespaced names. An existing install has been serving the old copy the whole
time, so the surface people were told to use is the surface they did not get.
Shipping a moshcode release does not carry plugin edits; only this number does.
Both go to 0.2.0. The content they describe changed; the version now says so.
To stop it happening again, `version` joins the catalog next to `commands` —
the thing an editor is already touching when they change a plugin — with the
mechanism spelled out above it, and a test pinning the catalog to the manifest
that actually ships. Verified the guard fails when the two disagree rather than
merely passing today.
The README now documents `claude plugin update <plugin>@moshcode`, which is the
step users need and the one nothing mentioned: `moshcode upgrade` updates the
CLI and leaves installed plugins exactly where they were.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
"description": "Crypto market data slash commands backed by advis0r.com: live prices, technical scores, order books, OHLCV history and sparklines across Alpaca's US crypto venue.",
0 commit comments