Production rules · Delivery
DLV-004
Hard rule priority 91 domain: delivery platform
Rationale
Platform technical requirements can change.
IF — conditions (all must hold)
- delivery.platform_profile_stale eq true
THEN — actions
- add_flag "STALE_PLATFORM_PROFILE"
- append requirements "refresh_official_specification"
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-004",
"domain": "delivery",
"priority": 91,
"hard": true,
"logic": "all",
"when": [
{
"path": "delivery.platform_profile_stale",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "add_flag",
"value": "STALE_PLATFORM_PROFILE"
},
{
"op": "append",
"path": "requirements",
"value": "refresh_official_specification"
}
],
"rationale": "Platform technical requirements can change.",
"tags": [
"platform"
]
}