Skip to content

chore: bump plugin version to 0.1.1 so the shim fix is installable - #11

Merged
stormer78 merged 1 commit into
mainfrom
chore/bump-plugin-version-0.1.1
Aug 24, 2026
Merged

chore: bump plugin version to 0.1.1 so the shim fix is installable#11
stormer78 merged 1 commit into
mainfrom
chore/bump-plugin-version-0.1.1

Conversation

@stormer78

Copy link
Copy Markdown
Contributor

claude plugin update compares the version in .claude-plugin/plugin.json, not the commit.

3093c45 fixed marketplace installs but shipped without a bump. The effect on an install that predates it:

  • the marketplace clone fetches the new commit (it has bin/),
  • the install stays pinned to the old commit (no bin/),
  • claude plugin update reports "already at the latest version (0.1.0)",
  • ${CLAUDE_PLUGIN_ROOT}/bin/vta-agent-memory is ENOENT, so the MCP server never starts and the six memory tools are absent.

So the fix for "a marketplace install does not work" was reachable only by uninstall + reinstall, by exactly the people whose install did not work.

Changes

  • .claude-plugin/plugin.json0.1.1
  • Cargo.toml (+ lock) → 0.1.1 — same artifact, and plugin.json's version names the install directory
  • CLAUDE.md: the rule, next to the shim non-negotiable it follows from

Verified

Reproduced the ENOENT against a real install pinned to 20e3686, then confirmed a fresh install at edf1d38 resolves the shim and completes an MCP handshake listing all six tools over stdio.

cargo fmt --check and cargo clippy --all-targets clean; claude plugin validate . passes.

`claude plugin update` compares the version in .claude-plugin/plugin.json,
not the commit. 3093c45 fixed marketplace installs but shipped without a
bump, so existing installs fetch the new commit into the marketplace clone,
stay pinned to the old one, and report "already at the latest version" —
leaving the fix for "a marketplace install does not work" reachable only by
uninstall + reinstall.

Bump plugin.json and Cargo.toml in step, and record the rule in CLAUDE.md
next to the shim note.

Signed-off-by: Glenn Gore <glenn.g@affinidi.com>
@stormer78
stormer78 merged commit a52c0fa into main Aug 24, 2026
3 checks passed
@stormer78
stormer78 deleted the chore/bump-plugin-version-0.1.1 branch August 24, 2026 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant