Production rules · Transcript
TXT-004
Hard rule priority 97 domain: transcript claim numbers
Rationale
A number without its unit or comparison frame can mislead.
IF — conditions (all must hold)
- claim.missing_unit_or_scope eq true
THEN — actions
- append requirements "restore_unit_date_population_or_baseline"
- add_flag "CLAIM_SCOPE_INCOMPLETE"
- 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": "TXT-004",
"domain": "transcript",
"priority": 97,
"hard": true,
"logic": "all",
"when": [
{
"path": "claim.missing_unit_or_scope",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "append",
"path": "requirements",
"value": "restore_unit_date_population_or_baseline"
},
{
"op": "add_flag",
"value": "CLAIM_SCOPE_INCOMPLETE"
},
{
"op": "block"
}
],
"rationale": "A number without its unit or comparison frame can mislead.",
"tags": [
"claim",
"numbers"
]
}