feat(codex): Add repo-local plugin marketplace support
Add Codex marketplace metadata and a repo-local plugin scaffold so the repository can be installed as a Codex plugin without duplicating the skills catalog. Document the new integration path and cover it with a regression test to keep the marketplace entry and plugin manifest in sync.
This commit is contained in:
20
.agents/plugins/marketplace.json
Normal file
20
.agents/plugins/marketplace.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "antigravity-awesome-skills",
|
||||
"interface": {
|
||||
"displayName": "Antigravity Awesome Skills"
|
||||
},
|
||||
"plugins": [
|
||||
{
|
||||
"name": "antigravity-awesome-skills",
|
||||
"source": {
|
||||
"source": "local",
|
||||
"path": "./plugins/antigravity-awesome-skills"
|
||||
},
|
||||
"policy": {
|
||||
"installation": "AVAILABLE",
|
||||
"authentication": "ON_INSTALL"
|
||||
},
|
||||
"category": "Productivity"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user