Production rules · Story
STR-012
Hard rule priority 100 domain: story claim
Rationale
Conclusions must remain within evidentiary scope.
IF — conditions (all must hold)
- story.conclusion_exceeds_evidence eq true
THEN — actions
- add_flag "OVERCLAIMED_CONCLUSION"
- propose "narrow_scope_and_add_uncertainty"
- 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": "STR-012",
"domain": "story",
"priority": 100,
"hard": true,
"logic": "all",
"when": [
{
"path": "story.conclusion_exceeds_evidence",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "add_flag",
"value": "OVERCLAIMED_CONCLUSION"
},
{
"op": "propose",
"value": "narrow_scope_and_add_uncertainty"
},
{
"op": "block"
}
],
"rationale": "Conclusions must remain within evidentiary scope.",
"tags": [
"claim"
]
}