mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 17:47:16 +00:00
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:
@@ -16,6 +16,5 @@
|
||||
"planning",
|
||||
"specifications",
|
||||
"workflow"
|
||||
],
|
||||
"category": "workflows"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user