Production rules · Camera
CAM-009
Hard rule priority 82 domain: camera lens
Rationale
Perspective discontinuity can distort identity and space.
IF — conditions (all must hold)
- shot.perspective_mismatch eq true
THEN — actions
- add_flag "PERSPECTIVE_MISMATCH"
- propose "match_camera_position_and_lens_family"
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-009",
"domain": "camera",
"priority": 82,
"hard": true,
"logic": "all",
"when": [
{
"path": "shot.perspective_mismatch",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "add_flag",
"value": "PERSPECTIVE_MISMATCH"
},
{
"op": "propose",
"value": "match_camera_position_and_lens_family"
}
],
"rationale": "Perspective discontinuity can distort identity and space.",
"tags": [
"lens"
]
}