Production rules · QA
QAG-008
Hard rule priority 92 domain: qa analytics
Rationale
Retention cannot be the sole optimization target.
IF — conditions (all must hold)
- analytics.retention_improved eq true
- analytics.trust_or_comprehension_declined eq true
THEN — actions
- add_flag "METRIC_GOAL_CONFLICT"
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-008",
"domain": "qa",
"priority": 92,
"hard": true,
"logic": "all",
"when": [
{
"path": "analytics.retention_improved",
"op": "eq",
"value": true
},
{
"path": "analytics.trust_or_comprehension_declined",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "add_flag",
"value": "METRIC_GOAL_CONFLICT"
}
],
"rationale": "Retention cannot be the sole optimization target.",
"tags": [
"analytics"
]
}