Production rules · Cut & edit
CUT-014
Hard rule priority 100 domain: editing meaning
Rationale
The apparent meaning of an answer can change when its question is removed.
IF — conditions (all must hold)
- edit.question_removed_changes_answer eq true
THEN — actions
- add_flag "QUESTION_REMOVAL_DISTORTION"
- 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": "CUT-014",
"domain": "editing",
"priority": 100,
"hard": true,
"logic": "all",
"when": [
{
"path": "edit.question_removed_changes_answer",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "add_flag",
"value": "QUESTION_REMOVAL_DISTORTION"
},
{
"op": "block"
}
],
"rationale": "The apparent meaning of an answer can change when its question is removed.",
"tags": [
"meaning"
]
}