Production rules · Transcript
TXT-013
Soft rule priority 78 domain: transcript entity
Rationale
Name and alias resolution prevents incorrect attribution.
IF — conditions (all must hold)
- transcript.entity_alias_unresolved eq true
THEN — actions
- add_flag "ENTITY_ALIAS_UNRESOLVED"
- propose "link_alias_to_entity"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "TXT-013",
"domain": "transcript",
"priority": 78,
"hard": false,
"logic": "all",
"when": [
{
"path": "transcript.entity_alias_unresolved",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "add_flag",
"value": "ENTITY_ALIAS_UNRESOLVED"
},
{
"op": "propose",
"value": "link_alias_to_entity"
}
],
"rationale": "Name and alias resolution prevents incorrect attribution.",
"tags": [
"entity"
]
}