Production rules · Transcript
TXT-001
Hard rule priority 96 domain: transcript meaning context
Rationale
An unresolved referent can change who or what a clip appears to describe.
IF — conditions (all must hold)
- transcript.unresolved_pronoun eq true
THEN — actions
- add_flag "UNRESOLVED_PRONOUN"
- propose "expand_context_or_resolve_referent"
- 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": "TXT-001",
"domain": "transcript",
"priority": 96,
"hard": true,
"logic": "all",
"when": [
{
"path": "transcript.unresolved_pronoun",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "add_flag",
"value": "UNRESOLVED_PRONOUN"
},
{
"op": "propose",
"value": "expand_context_or_resolve_referent"
},
{
"op": "block"
}
],
"rationale": "An unresolved referent can change who or what a clip appears to describe.",
"tags": [
"meaning",
"context"
]
}