From e5ee162a0cdb8459784666e6047cb7a854b1802c Mon Sep 17 00:00:00 2001 From: Chase Setters Date: Wed, 13 May 2026 15:52:08 -0500 Subject: [PATCH] Drop pinned version from plugin.json Without a version field, Claude Code falls back to the git commit SHA, so every push to main is treated as a new release. Avoids the trap where added skills/commands sit unused because the pinned version string never changed. Co-Authored-By: Claude Opus 4.7 (1M context) --- plugins/willow-pmtools/.claude-plugin/plugin.json | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/willow-pmtools/.claude-plugin/plugin.json b/plugins/willow-pmtools/.claude-plugin/plugin.json index 189e333..9b531c7 100644 --- a/plugins/willow-pmtools/.claude-plugin/plugin.json +++ b/plugins/willow-pmtools/.claude-plugin/plugin.json @@ -2,7 +2,6 @@ "$schema": "https://json.schemastore.org/claude-code-plugin.json", "name": "willow-pmtools", "displayName": "WilloW-PMTools", - "version": "1.0.0", "description": "Project management tools for Willowbrook — chat with the company's todo system, browse lists, and create or complete tasks from any Cowork conversation.", "author": { "name": "Willowbrook",