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

14
.vibeflow.json Normal file
View file

@ -0,0 +1,14 @@
{
"$schema": "./schemas/vibeflow-config.schema.json",
"rules": {
"VF001": "error",
"VF002": "error",
"VF003": "warning",
"VF004": "warning",
"VF005": "warning",
"VF006": "error",
"VF007": "warning",
"VF008": "warning",
"VF009": "warning"
}
}