Production rules · QA
QAG-001
Hard rule priority 100 domain: qa governance
Rationale
Truth, consent, rights, and identity defects are not cosmetic.
IF — conditions (all must hold)
- qa.truth_consent_rights_identity_issue eq true
THEN — actions
- set qa.minimum_severity "critical"
- append gates "human_approval"
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-001",
"domain": "qa",
"priority": 100,
"hard": true,
"logic": "all",
"when": [
{
"path": "qa.truth_consent_rights_identity_issue",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "set",
"path": "qa.minimum_severity",
"value": "critical"
},
{
"op": "append",
"path": "gates",
"value": "human_approval"
}
],
"rationale": "Truth, consent, rights, and identity defects are not cosmetic.",
"tags": [
"governance"
]
}