Production rules · Generation
GEN-001
Hard rule priority 100 domain: generation editability
Rationale
Generated shots without boundary states cannot be reliably sequenced.
IF — conditions (all must hold)
- generated.entry_exit_state_missing eq true
THEN — actions
- add_flag "NO_ENTRY_EXIT_STATE"
- block
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": "GEN-001",
"domain": "generation",
"priority": 100,
"hard": true,
"logic": "all",
"when": [
{
"path": "generated.entry_exit_state_missing",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "add_flag",
"value": "NO_ENTRY_EXIT_STATE"
},
{
"op": "block"
}
],
"rationale": "Generated shots without boundary states cannot be reliably sequenced.",
"tags": [
"editability"
]
}