The plugin's two version fields disagree:
.claude-plugin/marketplace.json → 0.0.3
plugin/.claude-plugin/plugin.json → 0.0.2
Claude Code uses plugin.json to decide whether an update is available, so claude plugin update claude-supermemory reports "already at the latest version (0.0.2)" and the plugin never autoupdates for users still on 0.0.2.
Fix: bump plugin.json to 0.0.3 (or whatever the next release should be) so both files match.
The plugin's two version fields disagree:
.claude-plugin/marketplace.json→0.0.3plugin/.claude-plugin/plugin.json→0.0.2Claude Code uses
plugin.jsonto decide whether an update is available, soclaude plugin update claude-supermemoryreports "already at the latest version (0.0.2)" and the plugin never autoupdates for users still on 0.0.2.Fix: bump
plugin.jsonto0.0.3(or whatever the next release should be) so both files match.