mirror of
https://github.com/domfelipe/vibeflow-n8n.git
synced 2026-08-07 07:36:46 +00:00
Add VF010-VF013, structural outcome contracts, adversarial fixtures, documentation, and Friday release materials.
18 lines
378 B
JSON
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"
|
|
}
|
|
}
|