Rebuild Vibeflow as an n8n safety gate

This commit is contained in:
Felipe Domingues 2026-07-22 11:43:41 -03:00
parent 79fc67166a
commit febec32131
101 changed files with 2405 additions and 3557 deletions

View file

@ -0,0 +1,20 @@
{
"name": "vibeflow",
"interface": {
"displayName": "Vibeflow"
},
"plugins": [
{
"name": "vibeflow",
"source": {
"source": "local",
"path": "./plugins/vibeflow"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Developer Tools"
}
]
}