vibeflow-n8n/.vibeflow.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

18 lines
378 B
JSON

{
"$schema": "./schemas/vibeflow-config.schema.json",
"rules": {
"VF001": "error",
"VF002": "error",
"VF003": "warning",
"VF004": "warning",
"VF005": "warning",
"VF006": "error",
"VF007": "warning",
"VF008": "warning",
"VF009": "warning",
"VF010": "error",
"VF011": "warning",
"VF012": "warning",
"VF013": "warning"
}
}