feat(codex): native plugin install manifests + agents-only converter (#616)
This commit is contained in:
32
.agents/plugins/marketplace.json
Normal file
32
.agents/plugins/marketplace.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "compound-engineering-plugin",
|
||||
"interface": {
|
||||
"displayName": "Compound Engineering"
|
||||
},
|
||||
"plugins": [
|
||||
{
|
||||
"name": "compound-engineering",
|
||||
"source": {
|
||||
"source": "local",
|
||||
"path": "./plugins/compound-engineering"
|
||||
},
|
||||
"policy": {
|
||||
"installation": "AVAILABLE",
|
||||
"authentication": "ON_INSTALL"
|
||||
},
|
||||
"category": "Coding"
|
||||
},
|
||||
{
|
||||
"name": "coding-tutor",
|
||||
"source": {
|
||||
"source": "local",
|
||||
"path": "./plugins/coding-tutor"
|
||||
},
|
||||
"policy": {
|
||||
"installation": "AVAILABLE",
|
||||
"authentication": "ON_INSTALL"
|
||||
},
|
||||
"category": "Coding"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user