Skip to content

v0.3.2 — stage the version pin

Choose a tag to compare

@priyanshuN priyanshuN released this 28 Jul 03:46

The release script rewrote the npx version pin in .mcp.json and then staged only .claude-plugin/plugin.json, so the pin never entered the release commit. The working tree read the new version while the tagged tree was one behind — a state where every local check passes and the published artifact is wrong.

CI caught it and refused to publish, so nothing broken reached the registry. The pin test added in 0.3.1 was written for exactly this and earned its place on its first real run.

0.3.1 was tagged but never published. Release tags are immutable in this repository on purpose, so the fix ships as a new version rather than by moving a tag. If you are on 0.3.0, this is the release that makes the plugin work.

/plugin marketplace add priyanshuN/triago
/plugin install triago@triago

Already installed? /plugin update triago@triago.

No schema, card-format or API change.