From d481d4f2a4d86fb98296ab02511bc17006cfad06 Mon Sep 17 00:00:00 2001 From: "Henner M. Kruse" Date: Tue, 4 Aug 2026 14:05:28 +0000 Subject: [PATCH] Bump git-manager plugin to 1.1.0 Backward-compatible feature addition (raw-git nudge hook, tag subcommand, repo-ambiguity guidance in SKILL.md). Bumping per ARCHITECTURE.md's documented convention, and because the plugin cache path is version-keyed (~/.claude/plugins/cache/skill-repo/git-manager//), so a bump is also what makes /plugin marketplace update reliably pick up the change. --- .claude-plugin/marketplace.json | 2 +- .../claude-code/plugins/git-manager/.claude-plugin/plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 7026471..a0cef47 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -16,7 +16,7 @@ { "name": "git-manager", "source": "./vendor/claude-code/plugins/git-manager", - "version": "1.0.0", + "version": "1.1.0", "description": "Whitelisted git operations across one or more repositories via a single wrapper script, avoiding cd/chaining patterns that break Bash permission whitelisting.", "keywords": ["git", "version-control", "workflow"] } diff --git a/vendor/claude-code/plugins/git-manager/.claude-plugin/plugin.json b/vendor/claude-code/plugins/git-manager/.claude-plugin/plugin.json index 8f81789..cd31653 100644 --- a/vendor/claude-code/plugins/git-manager/.claude-plugin/plugin.json +++ b/vendor/claude-code/plugins/git-manager/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "git-manager", "description": "Manages git operations across one or more repositories (code, Obsidian vaults, etc.) through a single whitelisted wrapper script, avoiding the cd/chaining patterns that break Claude Code's Bash permission whitelist.", - "version": "1.0.0", + "version": "1.1.0", "author": { "name": "Henner" },