fix: Restore correct marketplace.json source path

The source field must be a relative path starting with ./ not a GitHub URL.
GitHub marketplace installation uses shorthand format:
  /plugin marketplace add thedotmack/claude-mem

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Alex Newman
2025-10-20 16:46:28 -04:00
parent 6fb9570291
commit 9b1d801a46
+1 -1
View File
@@ -11,7 +11,7 @@
{
"name": "claude-mem",
"version": "4.0.5",
"source": "https://github.com/thedotmack/claude-mem",
"source": "./plugin",
"description": "Persistent memory system for Claude Code - context compression across sessions"
}
]