Production rules · Camera
CAM-016
Hard rule priority 91 domain: camera editability
Rationale
Entry and exit states make capture and generation editable.
IF — conditions (all must hold)
- shot.entry_exit_state_missing eq true
THEN — actions
- add_flag "SHOT_STATE_INCOMPLETE"
- append requirements "define_entry_and_exit_state"
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-016",
"domain": "camera",
"priority": 91,
"hard": true,
"logic": "all",
"when": [
{
"path": "shot.entry_exit_state_missing",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "add_flag",
"value": "SHOT_STATE_INCOMPLETE"
},
{
"op": "append",
"path": "requirements",
"value": "define_entry_and_exit_state"
}
],
"rationale": "Entry and exit states make capture and generation editable.",
"tags": [
"editability"
]
}