From 5230892ee874fe718a3a5fca37a519a68be32922 Mon Sep 17 00:00:00 2001 From: gzb1128 <55176411+gzb1128@users.noreply.github.com> Date: Fri, 23 Jan 2026 15:14:23 +0800 Subject: [PATCH] fix: remove version fields from marketplace.json Removes remaining version fields from marketplace.json to fully enable automatic plugin updates via git SHA. Fixes #36 --- .claude-plugin/marketplace.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 1b80118..8630cc6 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -5,15 +5,13 @@ "email": "affaan@example.com" }, "metadata": { - "description": "Battle-tested Claude Code configurations from an Anthropic hackathon winner", - "version": "1.0.0" + "description": "Battle-tested Claude Code configurations from an Anthropic hackathon winner" }, "plugins": [ { "name": "everything-claude-code", "source": "./", "description": "Complete collection of agents, skills, hooks, commands, and rules evolved over 10+ months of intensive daily use", - "version": "1.0.0", "author": { "name": "Affaan Mustafa" },