mirror of
https://github.com/domfelipe/vibeflow-n8n.git
synced 2026-08-07 06:16:40 +00:00
Rebuild Vibeflow as an n8n safety gate
This commit is contained in:
parent
79fc67166a
commit
febec32131
101 changed files with 2405 additions and 3557 deletions
16
docs/launch.md
Normal file
16
docs/launch.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Launch checklist
|
||||
|
||||
## Release gate
|
||||
|
||||
- `npm run verify` passes on Node.js 20, 22, and 24.
|
||||
- Official skill and plugin validators pass.
|
||||
- Safe fixture exits 0; unsafe fixture exits 1.
|
||||
- SARIF is valid JSON and uploaded by CI.
|
||||
- Repository description and topics match the new product.
|
||||
- `v0.8.0` release notes match `CHANGELOG.md`.
|
||||
|
||||
## Announcement
|
||||
|
||||
> Vibeflow is now an executable safety gate for AI-generated n8n workflows. It checks exported JSON for secrets, exposed webhooks, missing kill switches and handoffs, idempotency, failure paths, timeouts, and unsafe retries. It is dependency-free, runs locally or in GitHub Actions, and includes a Codex plugin.
|
||||
|
||||
Link to the repository and the safe/unsafe demo. Ask users for anonymized false-positive cases and real workflow fixtures, not stars alone.
|
||||
Loading…
Add table
Add a link
Reference in a new issue