Production rules · Generation
GEN-017
Soft rule priority 58 domain: generation laka
Rationale
Candidate variation should match the requested change level.
IF — conditions (all must hold)
- generated.changed_dimensions gt 5
THEN — actions
- append requirements "verify_laka_level_allows_variation"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "GEN-017",
"domain": "generation",
"priority": 58,
"hard": false,
"logic": "all",
"when": [
{
"path": "generated.changed_dimensions",
"op": "gt",
"value": 5
}
],
"then": [
{
"op": "append",
"path": "requirements",
"value": "verify_laka_level_allows_variation"
}
],
"rationale": "Candidate variation should match the requested change level.",
"tags": [
"laka"
]
}