From 780a8eee82747e45c135b3a387bf15cb9537890c Mon Sep 17 00:00:00 2001 From: lroyia Date: Wed, 1 Apr 2026 09:54:52 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"fix:=20=E5=B0=86=20marketplace.json?= =?UTF-8?q?=20=E7=A7=BB=E5=8A=A8=E5=88=B0=E4=BB=93=E5=BA=93=E6=A0=B9?= =?UTF-8?q?=E7=9B=AE=E5=BD=95"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit a4179d4 because Claude Code's /plugin marketplace add command actually expects marketplace.json inside the .claude-plugin/ subdirectory, not at repository root. --- marketplace.json => .claude-plugin/marketplace.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename marketplace.json => .claude-plugin/marketplace.json (100%) diff --git a/marketplace.json b/.claude-plugin/marketplace.json similarity index 100% rename from marketplace.json rename to .claude-plugin/marketplace.json