Production rules · Audio
AUD-014
Soft rule priority 65 domain: audio perspective
Rationale
Sound perspective should support visible space or intentional counterpoint.
IF — conditions (all must hold)
- audio.perspective_picture_mismatch eq true
THEN — actions
- propose "match_direct_reverb_level_position_or_declare_subjectivity"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "AUD-014",
"domain": "audio",
"priority": 65,
"hard": false,
"logic": "all",
"when": [
{
"path": "audio.perspective_picture_mismatch",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "propose",
"value": "match_direct_reverb_level_position_or_declare_subjectivity"
}
],
"rationale": "Sound perspective should support visible space or intentional counterpoint.",
"tags": [
"perspective"
]
}