Research-Stack/.agents/plugins/marketplace.json
2026-05-05 21:09:48 -05:00

20 lines
422 B
JSON

{
"name": "research-stack-local-plugins",
"interface": {
"displayName": "Research Stack Local Plugins"
},
"plugins": [
{
"name": "substack-connector",
"source": {
"source": "local",
"path": "./plugins/substack-connector"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Productivity"
}
]
}