Production rules · Story
STR-010
Hard rule priority 100 domain: story ethics
Rationale
Nonfiction arcs cannot invent internal states.
IF — conditions (all must hold)
- story.requires_invented_nonfiction_emotion eq true
THEN — actions
- add_flag "FABRICATED_ARC"
- 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-010",
"domain": "story",
"priority": 100,
"hard": true,
"logic": "all",
"when": [
{
"path": "story.requires_invented_nonfiction_emotion",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "add_flag",
"value": "FABRICATED_ARC"
},
{
"op": "block"
}
],
"rationale": "Nonfiction arcs cannot invent internal states.",
"tags": [
"ethics"
]
}