mirror of
https://github.com/domfelipe/vibeflow-n8n.git
synced 2026-08-07 10:16:40 +00:00
Rebuild Vibeflow as an n8n safety gate
This commit is contained in:
parent
79fc67166a
commit
febec32131
101 changed files with 2405 additions and 3557 deletions
33
.github/ISSUE_TEMPLATE/rule-proposal.yml
vendored
Normal file
33
.github/ISSUE_TEMPLATE/rule-proposal.yml
vendored
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
name: Policy rule proposal
|
||||
description: Propose a deterministic check backed by exported workflow JSON
|
||||
title: "rule: "
|
||||
labels: [enhancement]
|
||||
body:
|
||||
- type: textarea
|
||||
id: failure
|
||||
attributes:
|
||||
label: Production failure
|
||||
description: What concrete failure would this rule prevent?
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: evidence
|
||||
attributes:
|
||||
label: Static evidence
|
||||
description: Which exported JSON fields prove the unsafe and safe cases?
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: fixtures
|
||||
attributes:
|
||||
label: Minimal fixtures
|
||||
description: Paste anonymized unsafe and safe examples, or link to a branch containing them.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: false-positives
|
||||
attributes:
|
||||
label: False-positive boundary
|
||||
description: When should this rule deliberately stay silent?
|
||||
validations:
|
||||
required: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue