Production rules · Generation
GEN-003
Hard rule priority 100 domain: generation disclosure truth
Rationale
Synthetic reconstruction must not appear to be documentary evidence.
IF — conditions (all must hold)
- generated.depicts_unrecorded_factual_event eq true
THEN — actions
- append requirements "reconstruction_label_and_disclosure"
- append requirements "provenance_manifest"
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-003",
"domain": "generation",
"priority": 100,
"hard": true,
"logic": "all",
"when": [
{
"path": "generated.depicts_unrecorded_factual_event",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "append",
"path": "requirements",
"value": "reconstruction_label_and_disclosure"
},
{
"op": "append",
"path": "requirements",
"value": "provenance_manifest"
}
],
"rationale": "Synthetic reconstruction must not appear to be documentary evidence.",
"tags": [
"disclosure",
"truth"
]
}