From 5c35dc955030e6754ad806c65910a03a72db5d32 Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Sat, 4 Apr 2026 10:17:27 -0500 Subject: [PATCH] Fix marketplace.json schema validation Remove root-level "version" and "description" keys that are not recognized by the marketplace schema validator. The description is already correctly set in the plugins array entry. Co-Authored-By: Claude Opus 4.6 (1M context) --- .claude-plugin/marketplace.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index c7a58c2..8608684 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,7 +1,5 @@ { - "version": 1, "name": "understand-anything", - "description": "AI-powered codebase understanding — analyze, visualize, and explain any project", "owner": { "name": "Lum1104" },