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.
This commit is contained in:
Seth Hobson
2026-01-15 20:23:58 -05:00
parent 1b9ecddc53
commit efb75ac1fc

View File

@@ -16,6 +16,5 @@
"planning", "planning",
"specifications", "specifications",
"workflow" "workflow"
], ]
"category": "workflows"
} }