vibeflow-n8n/plugins/vibeflow/.codex-plugin/plugin.json
Felipe Domingues f62a78faaf
Add outcome-aware preflight contracts for v0.9 (#6)
Add VF010-VF013, structural outcome contracts, adversarial fixtures, documentation, and Friday release materials.
2026-07-22 13:58:46 -03:00

28 lines
1.1 KiB
JSON

{
"name": "vibeflow",
"version": "0.9.0",
"description": "Audit and repair AI-generated n8n workflows before production",
"author": {
"name": "Felipe Domingues",
"url": "https://github.com/domfelipe"
},
"homepage": "https://github.com/domfelipe/vibeflow-n8n",
"repository": "https://github.com/domfelipe/vibeflow-n8n",
"license": "MIT",
"keywords": ["n8n", "workflow", "security", "quality", "ai-agents"],
"skills": "./skills/",
"interface": {
"displayName": "Vibeflow",
"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"],
"websiteURL": "https://github.com/domfelipe/vibeflow-n8n",
"defaultPrompt": [
"Audit this n8n workflow before production.",
"Fix the blocking Vibeflow findings.",
"Explain the safety risks in this workflow."
]
}
}