Production rules · Delivery
DLV-014
Soft rule priority 69 domain: delivery archive
Rationale
Checksums support transfer and archive integrity.
IF — conditions (all must hold)
- delivery.file_checksum_missing eq true
THEN — actions
- add_flag "CHECKSUM_MISSING"
- append requirements "generate_checksum"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "DLV-014",
"domain": "delivery",
"priority": 69,
"hard": false,
"logic": "all",
"when": [
{
"path": "delivery.file_checksum_missing",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "add_flag",
"value": "CHECKSUM_MISSING"
},
{
"op": "append",
"path": "requirements",
"value": "generate_checksum"
}
],
"rationale": "Checksums support transfer and archive integrity.",
"tags": [
"archive"
]
}