From 2478b0d5f8b501b2ce8990149d62188ea929ddc9 Mon Sep 17 00:00:00 2001 From: Mortdecai Date: Wed, 1 Apr 2026 17:54:55 -0400 Subject: [PATCH] fix: remove invalid agents field from plugin.json (auto-discovered) --- .claude-plugin/plugin.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index ba67ece..012a247 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -10,6 +10,5 @@ "repository": "https://git.sethpc.xyz/Seth/git.sethpc.xyz-connector", "license": "MIT", "commands": ["./commands"], - "agents": ["./agents"], "hooks": "./hooks/hooks.json" }