Production rules · Delivery
DLV-009
Hard rule priority 96 domain: delivery versioning
Rationale
Semantic corrections must propagate through the version graph.
IF — conditions (all must hold)
- version.master_semantic_change eq true
THEN — actions
- append requirements "invalidate_and_rebuild_dependents"
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": "DLV-009",
"domain": "delivery",
"priority": 96,
"hard": true,
"logic": "all",
"when": [
{
"path": "version.master_semantic_change",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "append",
"path": "requirements",
"value": "invalidate_and_rebuild_dependents"
}
],
"rationale": "Semantic corrections must propagate through the version graph.",
"tags": [
"versioning"
]
}