From 46ab9255f6452215d7d91fbe86ac078579f494f4 Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Sun, 5 Apr 2026 10:52:45 -0500 Subject: [PATCH] fix: remove invalid keys from marketplace.json plugins entry The plugins array entries only support 'name' and 'source' fields. The 'version' and 'description' keys cause schema validation failures during the marketplace review process. --- .claude-plugin/marketplace.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index a44f85b..39a8451 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -9,8 +9,6 @@ "plugins": [ { "name": "understand-anything", - "description": "Multi-agent codebase analysis with interactive dashboard, guided tours, and skill commands", - "version": "2.2.0", "source": "./understand-anything-plugin" } ]