Production rules · QA
QAG-014
Soft rule priority 72 domain: qa accessibility
Rationale
Late accessibility work can force structural changes and missed requirements.
IF — conditions (all must hold)
- qa.accessibility_run_late eq true
THEN — actions
- add_flag "ACCESSIBILITY_LATE_RISK"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "QAG-014",
"domain": "qa",
"priority": 72,
"hard": false,
"logic": "all",
"when": [
{
"path": "qa.accessibility_run_late",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "add_flag",
"value": "ACCESSIBILITY_LATE_RISK"
}
],
"rationale": "Late accessibility work can force structural changes and missed requirements.",
"tags": [
"accessibility"
]
}