Production rules · Audio
AUD-008
Hard rule priority 89 domain: audio captions
Rationale
Understanding may depend on non-speech sound.
IF — conditions (all must hold)
- audio.essential_offscreen_sound eq true
THEN — actions
- append requirements "caption_meaningful_sound"
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-008",
"domain": "audio",
"priority": 89,
"hard": true,
"logic": "all",
"when": [
{
"path": "audio.essential_offscreen_sound",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "append",
"path": "requirements",
"value": "caption_meaningful_sound"
}
],
"rationale": "Understanding may depend on non-speech sound.",
"tags": [
"captions"
]
}