Преглед изворни кода

fix: correct marketplace.json schema - author must be object

- Change author from string to object with name and url
- Fixes schema validation error in Claude Code
- Required format: {"name": "...", "url": "..."}
darrenhinde пре 7 месеци
родитељ
комит
b110f78b21
1 измењених фајлова са 4 додато и 1 уклоњено
  1. 4 1
      .claude-plugin/marketplace.json

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

@@ -20,7 +20,10 @@
         "code-review",
         "documentation"
       ],
-      "author": "NextSystems",
+      "author": {
+        "name": "NextSystems",
+        "url": "https://github.com/darrenhinde"
+      },
       "license": "MIT",
       "repository": "https://github.com/darrenhinde/OpenAgentsControl"
     }