From 4ec7a6b15a2911d9dd7bd25002df762c1b513ed8 Mon Sep 17 00:00:00 2001 From: gzb1128 <55176411+gzb1128@users.noreply.github.com> Date: Fri, 23 Jan 2026 14:31:20 +0800 Subject: [PATCH] fix: remove version field to enable automatic plugin updates Remove the static `version: "1.0.0"` field from plugin.json to enable Claude Code's git SHA-based version detection and automatic updates. Previously, the presence of a version field caused Claude Code to use static version string comparison instead of git commit SHA comparison, preventing `/plugin update` from detecting new commits. This change aligns with the pattern used by all official Anthropic plugins in claude-plugins-official marketplace. Fixes #33 --- .claude-plugin/plugin.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 0b26f6c..6abaa72 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,5 @@ { "name": "everything-claude-code", - "version": "1.0.0", "description": "Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, commands, and rules evolved over 10+ months of intensive daily use", "author": { "name": "Affaan Mustafa",