Browse Source

fix: correct marketplace.json schema and update author

- Change author from string to object with name and url
- Update author to 'darrenhinde' in both files
- Fixes schema validation error in Claude Code
- Required format: {"name": "...", "url": "..."}
darrenhinde 5 tháng trước cách đây
mục cha
commit
9e9f6691d8

+ 1 - 1
.claude-plugin/marketplace.json

@@ -21,7 +21,7 @@
         "documentation"
         "documentation"
       ],
       ],
       "author": {
       "author": {
-        "name": "NextSystems",
+        "name": "darrenhinde",
         "url": "https://github.com/darrenhinde"
         "url": "https://github.com/darrenhinde"
       },
       },
       "license": "MIT",
       "license": "MIT",

+ 1 - 1
claude-plugin/.claude-plugin/plugin.json

@@ -2,7 +2,7 @@
   "name": "oac",
   "name": "oac",
   "description": "OpenAgents Control - Multi-agent orchestration and automation for Claude Code",
   "description": "OpenAgents Control - Multi-agent orchestration and automation for Claude Code",
   "version": "1.0.0",
   "version": "1.0.0",
-  "author": "NextSystems",
+  "author": "darrenhinde",
   "license": "MIT",
   "license": "MIT",
   "repository": "https://github.com/darrenhinde/OpenAgentsControl",
   "repository": "https://github.com/darrenhinde/OpenAgentsControl",
   "tags": [
   "tags": [