Production rules · Story
STR-013
Soft rule priority 46 domain: story chapter
Rationale
A chapter should create local movement.
IF — conditions (all must hold)
- story.chapter_without_turn eq true
THEN — actions
- propose "add_turn_synthesis_or_merge_chapter"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "STR-013",
"domain": "story",
"priority": 46,
"hard": false,
"logic": "all",
"when": [
{
"path": "story.chapter_without_turn",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "propose",
"value": "add_turn_synthesis_or_merge_chapter"
}
],
"rationale": "A chapter should create local movement.",
"tags": [
"chapter"
]
}