From 3519a0ed67c8388d95765ffe8909187790570a93 Mon Sep 17 00:00:00 2001 From: lmiranda Date: Tue, 9 Dec 2025 13:58:59 -0500 Subject: [PATCH] fix: source path must start with ./ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .../projman-marketplace/.claude-plugin/marketplace.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude-plugins/projman-marketplace/.claude-plugin/marketplace.json b/.claude-plugins/projman-marketplace/.claude-plugin/marketplace.json index 2e02660..0d72a75 100644 --- a/.claude-plugins/projman-marketplace/.claude-plugin/marketplace.json +++ b/.claude-plugins/projman-marketplace/.claude-plugin/marketplace.json @@ -9,7 +9,7 @@ "name": "projman", "version": "0.1.0", "description": "Sprint planning and project management with Gitea and Wiki.js integration", - "source": "../../projman" + "source": "./../../projman" } ] }