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