mirror of
https://github.com/domfelipe/vibeflow-n8n.git
synced 2026-08-07 08:16:43 +00:00
Add outcome-aware preflight contracts for v0.9 (#6)
Add VF010-VF013, structural outcome contracts, adversarial fixtures, documentation, and Friday release materials.
This commit is contained in:
parent
b312f18251
commit
f62a78faaf
23 changed files with 1107 additions and 95 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "vibeflow",
|
||||
"version": "0.8.0",
|
||||
"version": "0.9.0",
|
||||
"description": "Audit and repair AI-generated n8n workflows before production",
|
||||
"author": {
|
||||
"name": "Felipe Domingues",
|
||||
|
|
@ -13,8 +13,8 @@
|
|||
"skills": "./skills/",
|
||||
"interface": {
|
||||
"displayName": "Vibeflow",
|
||||
"shortDescription": "Safety checks for AI-generated n8n workflows",
|
||||
"longDescription": "Run deterministic safety and contract checks on n8n workflow exports, explain findings, and repair blocking issues before deployment.",
|
||||
"shortDescription": "Preflight checks for real-world n8n outcomes",
|
||||
"longDescription": "Run deterministic safety and outcome-contract checks on n8n workflow exports, explain findings, and repair blocking issues before deployment.",
|
||||
"developerName": "Felipe Domingues",
|
||||
"category": "Productivity",
|
||||
"capabilities": ["Read", "Write"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue