Production rules · Generation
GEN-012
Hard rule priority 100 domain: generation provenance
Rationale
Generated assets require traceable parentage and process records.
IF — conditions (all must hold)
- generated.provenance_complete eq false
THEN — actions
- add_flag "PROVENANCE_MISSING"
- block "publish"
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-012",
"domain": "generation",
"priority": 100,
"hard": true,
"logic": "all",
"when": [
{
"path": "generated.provenance_complete",
"op": "eq",
"value": false
}
],
"then": [
{
"op": "add_flag",
"value": "PROVENANCE_MISSING"
},
{
"op": "block",
"value": "publish"
}
],
"rationale": "Generated assets require traceable parentage and process records.",
"tags": [
"provenance"
]
}