Enable Codex to load EAPIL skills from a Git marketplace
Constraint: Codex marketplace sparse checkout expects .agents/plugins/marketplace.json under the selected marketplace root.\nRejected: Publish the raw skill/ directory | Codex plugin ingestion requires .codex-plugin/plugin.json and a plugin-local skills/ directory.\nConfidence: high\nScope-risk: narrow\nDirective: Keep plugins/codex as the sparse marketplace root unless Codex marketplace defaults change.\nTested: python json.tool; validate_plugin.py; codex plugin marketplace add .\\plugins\\codex --json; codex plugin add eapil-skills@eapil-skill-market --json; codex plugin list.\nNot-tested: Remote Git marketplace install after push.
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "eapil-skill-market",
|
||||
"interface": {
|
||||
"displayName": "EAPIL Skill Market"
|
||||
},
|
||||
"plugins": [
|
||||
{
|
||||
"name": "eapil-skills",
|
||||
"source": {
|
||||
"source": "local",
|
||||
"path": "./plugins/eapil-skills"
|
||||
},
|
||||
"policy": {
|
||||
"installation": "AVAILABLE",
|
||||
"authentication": "ON_INSTALL"
|
||||
},
|
||||
"category": "Developer Tools"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user