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

@ -1,14 +1,11 @@
## What changed
## Risk addressed
Describe the main changes in this PR.
Describe the workflow failure or false positive this change addresses.
## Why
## Evidence
Explain the problem or improvement.
## Checklist
- [ ] Docs updated if behavior changed
- [ ] Examples updated if needed
- [ ] Changelog updated if user-visible
- [ ] No unsafe assumptions introduced
- [ ] Added or updated a minimal unsafe fixture.
- [ ] Added a safe fixture or regression test.
- [ ] `npm run verify` passes.
- [ ] No credentials or customer data are included.
- [ ] Policy and Codex documentation match the implementation.