21 lines
377 B
JSON
21 lines
377 B
JSON
{
|
|
"name": "local-plugins",
|
|
"interface": {
|
|
"displayName": "Local Plugins"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "caveman",
|
|
"source": {
|
|
"source": "local",
|
|
"path": "./.codex-plugins/caveman"
|
|
},
|
|
"policy": {
|
|
"installation": "AVAILABLE",
|
|
"authentication": "ON_INSTALL"
|
|
},
|
|
"category": "Productivity"
|
|
}
|
|
]
|
|
}
|