Production rules · LAKA change control
LAK-004
Soft rule priority 74 domain: laka propagation
Rationale
Change effects must be traced through the production graph.
IF — conditions (all must hold)
- feedback.propagation_scope gt 0
THEN — actions
- append requirements "identify_dependent_versions_and_assets"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "LAK-004",
"domain": "laka",
"priority": 74,
"hard": false,
"logic": "all",
"when": [
{
"path": "feedback.propagation_scope",
"op": "gt",
"value": 0
}
],
"then": [
{
"op": "append",
"path": "requirements",
"value": "identify_dependent_versions_and_assets"
}
],
"rationale": "Change effects must be traced through the production graph.",
"tags": [
"propagation"
]
}