Files
twenty/packages/twenty-codex-plugin/templates/marketplace.example.json
T
Thomas des Francs 1642be86f5 Bonapara/twenty codex plugin (#20857)
@martmull v2.0 ;)

---------

Co-authored-by: martmull <martmull@hotmail.fr>
Co-authored-by: bosiraphael <raphael.bosi@gmail.com>
2026-06-02 14:39:14 +00:00

19 lines
536 B
JSON

{
"_comment": "Copy this file to .agents/plugins/marketplace.json at the repo root or at ~/.agents/plugins/marketplace.json to install the Twenty Codex plugin locally. Adjust source.path if your checkout lives elsewhere.",
"plugins": [
{
"name": "twenty",
"version": "0.1.0",
"category": "Coding",
"source": {
"type": "local",
"path": "./packages/twenty-codex-plugin"
},
"policy": {
"installation": "manual",
"authentication": "user-local"
}
}
]
}