Production rules · Podcast
POD-005
Soft rule priority 57 domain: podcast clarity
Rationale
Abstract language needs a model or example.
IF — conditions (all must hold)
- podcast.undefined_abstraction eq true
THEN — actions
- propose "request_observable_example_or_definition"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "POD-005",
"domain": "podcast",
"priority": 57,
"hard": false,
"logic": "all",
"when": [
{
"path": "podcast.undefined_abstraction",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "propose",
"value": "request_observable_example_or_definition"
}
],
"rationale": "Abstract language needs a model or example.",
"tags": [
"clarity"
]
}