From 9b1d801a4649e932190e8b9449fe1c8da3d4c2b0 Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Mon, 20 Oct 2025 16:46:28 -0400 Subject: [PATCH] fix: Restore correct marketplace.json source path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .claude-plugin/marketplace.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 3882cb28..ed584ba2 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -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" } ]