Production rules · Transcript
TXT-012
Soft rule priority 80 domain: transcript time
Rationale
Relative time requires an anchor to prevent chronology errors.
IF — conditions (all must hold)
- transcript.temporal_reference_unresolved eq true
THEN — actions
- add_flag "TEMPORAL_REFERENCE_UNRESOLVED"
- propose "expand_to_time_anchor"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "TXT-012",
"domain": "transcript",
"priority": 80,
"hard": false,
"logic": "all",
"when": [
{
"path": "transcript.temporal_reference_unresolved",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "add_flag",
"value": "TEMPORAL_REFERENCE_UNRESOLVED"
},
{
"op": "propose",
"value": "expand_to_time_anchor"
}
],
"rationale": "Relative time requires an anchor to prevent chronology errors.",
"tags": [
"time"
]
}