mirror of
https://github.com/domfelipe/vibeflow-n8n.git
synced 2026-08-07 11:36:44 +00:00
Add VF010-VF013, structural outcome contracts, adversarial fixtures, documentation, and Friday release materials.
14 lines
548 B
JSON
14 lines
548 B
JSON
{
|
|
"$schema": "../schemas/vibeflow-config.schema.json",
|
|
"outcomeContracts": {
|
|
"Issue refund": {
|
|
"impact": "money",
|
|
"approvalNode": "Approve refund",
|
|
"auditNode": "Record refund audit",
|
|
"failureNotificationNode": "Notify refund failure",
|
|
"amountGuard": { "node": "Limit refund amount", "maximum": 500, "currency": "USD" },
|
|
"counterpartyGuard": { "node": "Allow refund account", "allowed": ["merchant-primary"] },
|
|
"recovery": { "strategy": "compensate", "node": "Compensate transaction" }
|
|
}
|
|
}
|
|
}
|