Production rules · Generation
GEN-007
Soft rule priority 72 domain: generation text
Rationale
Generative rendering is unreliable for exact text and marks.
IF — conditions (all must hold)
- generated.exact_text_or_logo_required eq true
THEN — actions
- propose "composite_verified_artwork"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "GEN-007",
"domain": "generation",
"priority": 72,
"hard": false,
"logic": "all",
"when": [
{
"path": "generated.exact_text_or_logo_required",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "propose",
"value": "composite_verified_artwork"
}
],
"rationale": "Generative rendering is unreliable for exact text and marks.",
"tags": [
"text"
]
}