Production rules · Audio
AUD-009
Hard rule priority 84 domain: audio delivery
Rationale
Essential elements must survive fold-down.
IF — conditions (all must hold)
- audio.mono_compatibility_score lt 0.85
THEN — actions
- add_flag "MONO_COMPATIBILITY_FAILURE"
- propose "repair_phase_width_or_balance"
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": "AUD-009",
"domain": "audio",
"priority": 84,
"hard": true,
"logic": "all",
"when": [
{
"path": "audio.mono_compatibility_score",
"op": "lt",
"value": 0.85
}
],
"then": [
{
"op": "add_flag",
"value": "MONO_COMPATIBILITY_FAILURE"
},
{
"op": "propose",
"value": "repair_phase_width_or_balance"
}
],
"rationale": "Essential elements must survive fold-down.",
"tags": [
"delivery"
]
}