Problem
The Anthropic Marketplace still serves v0.1.0 when installing or updating via /plugin. Running /plugin and selecting update reports:
remember is already at the latest version (0.1.0).
However, the repo's plugin.json on main shows v0.3.0, and the README changelog documents fixes through v0.3.0 including the critical path resolution overhaul (#9, #5, #8, #4, #1).
Impact
Every marketplace user is running v0.1.0 with the broken PROJECT_DIR resolution. The autonomous save pipeline silently fails on every invocation:
save-session.sh: line 135: cd: /Users/.../.claude/plugins/cache/claude-plugins-official/.claude/remember: No such file or directory
This means now.md, today-*.md, recent.md, and archive.md are never created. The only functioning part is the manual /remember handoff note. Users may not realize the pipeline is broken since it fails silently (errors go to .remember/logs/autonomous/ which most won't check).
Expected
/plugin update should pull v0.3.0 (or latest) which includes resolve-paths.sh and the path resolution fixes.
Environment
- macOS (Darwin 25.4.0)
- Claude Code CLI
- Installed via
/plugin → Anthropic Marketplace
Problem
The Anthropic Marketplace still serves v0.1.0 when installing or updating via
/plugin. Running/pluginand selecting update reports:However, the repo's
plugin.jsononmainshows v0.3.0, and the README changelog documents fixes through v0.3.0 including the critical path resolution overhaul (#9, #5, #8, #4, #1).Impact
Every marketplace user is running v0.1.0 with the broken
PROJECT_DIRresolution. The autonomous save pipeline silently fails on every invocation:This means
now.md,today-*.md,recent.md, andarchive.mdare never created. The only functioning part is the manual/rememberhandoff note. Users may not realize the pipeline is broken since it fails silently (errors go to.remember/logs/autonomous/which most won't check).Expected
/pluginupdate should pull v0.3.0 (or latest) which includesresolve-paths.shand the path resolution fixes.Environment
/plugin→ Anthropic Marketplace