1642be86f5
@martmull v2.0 ;) --------- Co-authored-by: martmull <martmull@hotmail.fr> Co-authored-by: bosiraphael <raphael.bosi@gmail.com>
19 lines
536 B
JSON
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"
|
|
}
|
|
}
|
|
]
|
|
}
|