mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
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
This commit is contained in:
parent
0d438dd042
commit
4ec7a6b15a
1 changed files with 0 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue