From efb75ac1fc1570cf02befda4e7c2af18fbf1d974 Mon Sep 17 00:00:00 2001 From: Seth Hobson Date: Thu, 15 Jan 2026 20:23:58 -0500 Subject: [PATCH] fix(conductor): remove invalid category field from plugin.json The category field is not part of the valid plugin manifest schema, causing installation to fail with "Unrecognized key: category" error. --- conductor/.claude-plugin/plugin.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conductor/.claude-plugin/plugin.json b/conductor/.claude-plugin/plugin.json index d56f191..5e351ed 100644 --- a/conductor/.claude-plugin/plugin.json +++ b/conductor/.claude-plugin/plugin.json @@ -16,6 +16,5 @@ "planning", "specifications", "workflow" - ], - "category": "workflows" + ] }