Production rules · QA
QAG-015
Hard rule priority 88 domain: qa evidence
Rationale
A checklist result needs observable evidence.
IF — conditions (all must hold)
- qa.evidence_missing eq true
THEN — actions
- add_flag "QA_WITHOUT_EVIDENCE"
- set qa.status "incomplete"
This is a hard rule: when it matches it participates in blocking — the pipeline may not proceed until the condition is repaired or a human accepts the risk.
Full record
{
"id": "QAG-015",
"domain": "qa",
"priority": 88,
"hard": true,
"logic": "all",
"when": [
{
"path": "qa.evidence_missing",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "add_flag",
"value": "QA_WITHOUT_EVIDENCE"
},
{
"op": "set",
"path": "qa.status",
"value": "incomplete"
}
],
"rationale": "A checklist result needs observable evidence.",
"tags": [
"evidence"
]
}