vibeflow-n8n/docs/launch.md
2026-07-23 13:00:53 -03:00

1.9 KiB

v0.9.0 launch checklist

Released: 2026-07-23

Release gate

  • VF010-VF013 implementation and configuration schema are complete.
  • Safe and unsafe refund fixtures are reproducible.
  • Local npm run verify and npm audit --omit=dev pass.
  • QA, adversarial Red Team, and Guardião reviews are documented.
  • Pull request CI passes on Node.js 20, 22, and 24.
  • Release commit is merged and tagged v0.9.0.
  • Released CLI and pinned Codex marketplace install successfully.
  • GitHub release is public and marked latest.

Release: https://github.com/domfelipe/vibeflow-n8n/releases/tag/v0.9.0

Positioning

The launch message is: dangerous outcomes are not limited to dangerous nodes.

A normal HTTP, database, or messaging node can refund money, contact a customer, change access, or destroy data. Vibeflow v0.9 adds a preflight contract for the controls that should surround those outcomes: atomic idempotency, approval, amount and counterparty limits, durable audit, operator-visible failure paths, and recovery.

Announcement

Vibeflow v0.9 asks a more useful preflight question for generated n8n workflows: not only “is this valid JSON?” or “does it use a dangerous node?”, but “what can this workflow do in the real world if the input is messy or the model is wrong?”

The new outcome contracts detect money, customer, privileged, and destructive-data actions — including ordinary HTTP nodes — and verify structural evidence for idempotency, approval, limits, durable audit, failure notification, and recovery. It is local, dependency-free, CI-friendly, and explicit about what still needs runtime enforcement.

Link to the repository and the safe/unsafe refund demo. Ask users for anonymized workflows, classifier false positives/negatives, and missing domain actions.

Ready-to-post Reddit and GitHub Discussion copy: community-launch-v0.9.md.