Production rules · LAKA change control
LAK-002
Hard rule priority 100 domain: laka constraints
Rationale
Variation cannot mutate truth, identity, rights, continuity, or brand locks.
IF — conditions (all must hold)
- variation.changes_hard_lock eq true
THEN — actions
- add_flag "HARD_LOCK_CHANGED"
- 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": "LAK-002",
"domain": "laka",
"priority": 100,
"hard": true,
"logic": "all",
"when": [
{
"path": "variation.changes_hard_lock",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "add_flag",
"value": "HARD_LOCK_CHANGED"
},
{
"op": "block"
}
],
"rationale": "Variation cannot mutate truth, identity, rights, continuity, or brand locks.",
"tags": [
"constraints"
]
}