Production rules · Story
STR-007
Soft rule priority 55 domain: story reveal
Rationale
Without prior uncertainty, the beat is information rather than a reveal.
IF — conditions (all must hold)
- story.reveal_prior_uncertainty lt 0.25
THEN — actions
- set story.current_beat_treatment "information"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "STR-007",
"domain": "story",
"priority": 55,
"hard": false,
"logic": "all",
"when": [
{
"path": "story.reveal_prior_uncertainty",
"op": "lt",
"value": 0.25
}
],
"then": [
{
"op": "set",
"path": "story.current_beat_treatment",
"value": "information"
}
],
"rationale": "Without prior uncertainty, the beat is information rather than a reveal.",
"tags": [
"reveal"
]
}