From 565540d0ba0d21a956a371c502bcab20629e82b7 Mon Sep 17 00:00:00 2001 From: lmiranda Date: Tue, 20 Jan 2026 21:47:36 -0500 Subject: [PATCH] fix: remove agents field from git-flow plugin.json Claude Code doesn't support the agents field in plugin manifests. Commands-only manifest should work. Co-Authored-By: Claude Opus 4.5 --- plugins/git-flow/.claude-plugin/plugin.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/git-flow/.claude-plugin/plugin.json b/plugins/git-flow/.claude-plugin/plugin.json index 53bde29..5092f24 100644 --- a/plugins/git-flow/.claude-plugin/plugin.json +++ b/plugins/git-flow/.claude-plugin/plugin.json @@ -16,6 +16,5 @@ "branch", "automation" ], - "commands": ["./commands/"], - "agents": ["./agents/"] + "commands": ["./commands/"] }