Production rules · Transcript
TXT-006
Soft rule priority 45 domain: transcript segmentation
Rationale
Multiple propositions should be addressable without losing sentence context.
IF — conditions (all must hold)
- transcript.proposition_count gt 1
THEN — actions
- propose "split_into_linked_proposition_nodes"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "TXT-006",
"domain": "transcript",
"priority": 45,
"hard": false,
"logic": "all",
"when": [
{
"path": "transcript.proposition_count",
"op": "gt",
"value": 1
}
],
"then": [
{
"op": "propose",
"value": "split_into_linked_proposition_nodes"
}
],
"rationale": "Multiple propositions should be addressable without losing sentence context.",
"tags": [
"segmentation"
]
}