Production rules · Camera
CAM-007
Hard rule priority 73 domain: camera multiformat
Rationale
Vertical delivery must be planned before capture/generation.
IF — conditions (all must hold)
- project.requires_vertical eq true
THEN — actions
- append coverage_requirements "protect_face_hands_and_key_object_for_vertical"
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-007",
"domain": "camera",
"priority": 73,
"hard": true,
"logic": "all",
"when": [
{
"path": "project.requires_vertical",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "append",
"path": "coverage_requirements",
"value": "protect_face_hands_and_key_object_for_vertical"
}
],
"rationale": "Vertical delivery must be planned before capture/generation.",
"tags": [
"multiformat"
]
}