Production rules · Delivery
DLV-002
Soft rule priority 68 domain: delivery vertical
Rationale
Stable multi-person layouts are preferable to frantic reframing.
IF — conditions (all must hold)
- delivery.aspect eq "9x16"
- scene.essential_speaker_count gte 2
THEN — actions
- propose "split_stack_or_native_two_shot"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "DLV-002",
"domain": "delivery",
"priority": 68,
"hard": false,
"logic": "all",
"when": [
{
"path": "delivery.aspect",
"op": "eq",
"value": "9x16"
},
{
"path": "scene.essential_speaker_count",
"op": "gte",
"value": 2
}
],
"then": [
{
"op": "propose",
"value": "split_stack_or_native_two_shot"
}
],
"rationale": "Stable multi-person layouts are preferable to frantic reframing.",
"tags": [
"vertical"
]
}