Production rules · Delivery
DLV-013
Soft rule priority 60 domain: delivery audio
Rationale
Video workflows commonly standardize at 48 kHz; nonstandard values require deliberate handling.
IF — conditions (all must hold)
- delivery.audio_sample_rate_hz ne 48000
THEN — actions
- append requirements "verify_destination_support_or_convert_to_48khz"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "DLV-013",
"domain": "delivery",
"priority": 60,
"hard": false,
"logic": "all",
"when": [
{
"path": "delivery.audio_sample_rate_hz",
"op": "ne",
"value": 48000
}
],
"then": [
{
"op": "append",
"path": "requirements",
"value": "verify_destination_support_or_convert_to_48khz"
}
],
"rationale": "Video workflows commonly standardize at 48 kHz; nonstandard values require deliberate handling.",
"tags": [
"audio"
]
}