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 <noreply@anthropic.com>
This commit is contained in:
2026-01-20 21:47:36 -05:00
parent 5c9dd8d6e0
commit 565540d0ba

View File

@@ -16,6 +16,5 @@
"branch",
"automation"
],
"commands": ["./commands/"],
"agents": ["./agents/"]
"commands": ["./commands/"]
}