Production rules · QA
QAG-005
Hard rule priority 90 domain: qa facts
Rationale
Current-sensitive facts can become stale during production.
IF — conditions (all must hold)
- qa.time_sensitive_source eq true
THEN — actions
- append requirements "reverify_at_publish_gate"
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-005",
"domain": "qa",
"priority": 90,
"hard": true,
"logic": "all",
"when": [
{
"path": "qa.time_sensitive_source",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "append",
"path": "requirements",
"value": "reverify_at_publish_gate"
}
],
"rationale": "Current-sensitive facts can become stale during production.",
"tags": [
"facts"
]
}