Files
i-want-to-heal/.agents/plugins/marketplace.json
T
2026-06-20 22:34:38 -04:00

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"
}
]
}