mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-06-11 16:34:57 +03:00
fix(plugins): drop invalid authentication: OFF from Codex marketplace
Codex schema only accepts `ON_INSTALL` or `ON_USE`; the field is optional, so omit it for an unauthenticated plugin. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -12,8 +12,7 @@
|
||||
"ref": "port-codex"
|
||||
},
|
||||
"policy": {
|
||||
"installation": "AVAILABLE",
|
||||
"authentication": "OFF"
|
||||
"installation": "AVAILABLE"
|
||||
},
|
||||
"category": "Development",
|
||||
"interface": {
|
||||
@@ -28,8 +27,7 @@
|
||||
"ref": "port-codex-py"
|
||||
},
|
||||
"policy": {
|
||||
"installation": "AVAILABLE",
|
||||
"authentication": "OFF"
|
||||
"installation": "AVAILABLE"
|
||||
},
|
||||
"category": "Development",
|
||||
"interface": {
|
||||
|
||||
Reference in New Issue
Block a user