Production rules · Camera
CAM-006
Soft rule priority 45 domain: camera coverage
Rationale
Angle rotation alone creates fatigue.
IF — conditions (all must hold)
- shot.angle_change_no_information_gain eq true
THEN — actions
- propose "hold_current_angle_or_find_motivated_change"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "CAM-006",
"domain": "camera",
"priority": 45,
"hard": false,
"logic": "all",
"when": [
{
"path": "shot.angle_change_no_information_gain",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "propose",
"value": "hold_current_angle_or_find_motivated_change"
}
],
"rationale": "Angle rotation alone creates fatigue.",
"tags": [
"coverage"
]
}