Production rules · Generation
GEN-014
Hard rule priority 90 domain: generation artifact
Rationale
Anatomical artifacts can be distracting, misleading, or harmful.
IF — conditions (all must hold)
- generated.anatomy_score lt 0.88
THEN — actions
- add_flag "ANATOMY_FAILURE"
- propose "regenerate_or_mask_repair"
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": "GEN-014",
"domain": "generation",
"priority": 90,
"hard": true,
"logic": "all",
"when": [
{
"path": "generated.anatomy_score",
"op": "lt",
"value": 0.88
}
],
"then": [
{
"op": "add_flag",
"value": "ANATOMY_FAILURE"
},
{
"op": "propose",
"value": "regenerate_or_mask_repair"
}
],
"rationale": "Anatomical artifacts can be distracting, misleading, or harmful.",
"tags": [
"artifact"
]
}