Production rules · Camera
CAM-004
Hard rule priority 88 domain: camera continuity
Rationale
Unmotivated axis crossing can reverse spatial relationships.
IF — conditions (all must hold)
- shot.crosses_axis_without_reorientation eq true
THEN — actions
- add_flag "AXIS_CROSSING_UNORIENTED"
- propose "show_crossing_neutral_or_master_reset"
This is a hard rule: when it matches it participates in blocking — the pipeline may not proceed until the condition is repaired or a human accepts the risk.
Full record
{
"id": "CAM-004",
"domain": "camera",
"priority": 88,
"hard": true,
"logic": "all",
"when": [
{
"path": "shot.crosses_axis_without_reorientation",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "add_flag",
"value": "AXIS_CROSSING_UNORIENTED"
},
{
"op": "propose",
"value": "show_crossing_neutral_or_master_reset"
}
],
"rationale": "Unmotivated axis crossing can reverse spatial relationships.",
"tags": [
"continuity"
]
}