Merge pull request #74 from bryan-anthropic/fix/marketplace-json-schema

fix: remove invalid keys from marketplace.json plugins entry
This commit is contained in:
Yuxiang Lin
2026-04-06 00:03:36 +08:00
committed by GitHub
Unverified
-2
View File
@@ -9,8 +9,6 @@
"plugins": [
{
"name": "understand-anything",
"description": "Multi-agent codebase analysis with interactive dashboard, guided tours, and skill commands",
"version": "2.2.0",
"source": "./understand-anything-plugin"
}
]