From 6c1705817da1612fb4444f5f53dbb5610b08e51f Mon Sep 17 00:00:00 2001 From: Reza Rezvani Date: Wed, 7 Jan 2026 18:43:01 +0100 Subject: [PATCH] fix(marketplace): move marketplace.json to .claude-plugin/ directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Claude Code looks for marketplace files at .claude-plugin/marketplace.json Fixes marketplace installation error: - Error: Marketplace file not found at [...].claude-plugin/marketplace.json - Solution: Move from root to .claude-plugin/ 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 (1M context) --- 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