From 3c49fc05b5a4d4df8ad01e79eed88d2d84ee2a0b Mon Sep 17 00:00:00 2001 From: Kieran Klaassen Date: Thu, 9 Oct 2025 14:09:38 -0700 Subject: [PATCH] Remove agents/commands fields from plugin.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since agents and commands are in default directories (./agents/ and ./commands/), they should be auto-discovered by Claude Code without explicit path declarations in plugin.json. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- plugins/compounding-engineering/.claude-plugin/plugin.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/compounding-engineering/.claude-plugin/plugin.json b/plugins/compounding-engineering/.claude-plugin/plugin.json index 894f203..21e079d 100644 --- a/plugins/compounding-engineering/.claude-plugin/plugin.json +++ b/plugins/compounding-engineering/.claude-plugin/plugin.json @@ -17,7 +17,5 @@ "code-review", "quality", "knowledge-management" - ], - "agents": "./agents/", - "commands": "./commands/" + ] }