Production rules · Audio
AUD-006
Soft rule priority 60 domain: audio silence
Rationale
Silence can carry shock, respect, absence, or emotional processing.
IF — conditions (all must hold)
- audio.silence_meaningful eq true
THEN — actions
- append preferences "protect_silence_duration"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "AUD-006",
"domain": "audio",
"priority": 60,
"hard": false,
"logic": "all",
"when": [
{
"path": "audio.silence_meaningful",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "append",
"path": "preferences",
"value": "protect_silence_duration"
}
],
"rationale": "Silence can carry shock, respect, absence, or emotional processing.",
"tags": [
"silence"
]
}