mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-17 08:15:16 +03:00
e635a5be52
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>
39 lines
869 B
JSON
39 lines
869 B
JSON
{
|
|
"name": "cc-1c-skills",
|
|
"interface": {
|
|
"displayName": "1C Skills"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "1c-skills",
|
|
"source": {
|
|
"source": "url",
|
|
"url": "https://github.com/Nikolay-Shirokov/cc-1c-skills.git",
|
|
"ref": "port-codex"
|
|
},
|
|
"policy": {
|
|
"installation": "AVAILABLE"
|
|
},
|
|
"category": "Development",
|
|
"interface": {
|
|
"shortDescription": "PowerShell runtime (Windows-first)"
|
|
}
|
|
},
|
|
{
|
|
"name": "1c-skills-py",
|
|
"source": {
|
|
"source": "url",
|
|
"url": "https://github.com/Nikolay-Shirokov/cc-1c-skills.git",
|
|
"ref": "port-codex-py"
|
|
},
|
|
"policy": {
|
|
"installation": "AVAILABLE"
|
|
},
|
|
"category": "Development",
|
|
"interface": {
|
|
"shortDescription": "Python runtime (Linux/Mac/Windows)"
|
|
}
|
|
}
|
|
]
|
|
}
|