Production rules · Camera
CAM-002
Soft rule priority 60 domain: camera emotion
Rationale
Emotional perception benefits from readable, uninterrupted performance.
IF — conditions (all must hold)
- beat.primary_value eq "emotion"
THEN — actions
- propose "stable_close_or_medium_close_with_longer_hold"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "CAM-002",
"domain": "camera",
"priority": 60,
"hard": false,
"logic": "all",
"when": [
{
"path": "beat.primary_value",
"op": "eq",
"value": "emotion"
}
],
"then": [
{
"op": "propose",
"value": "stable_close_or_medium_close_with_longer_hold"
}
],
"rationale": "Emotional perception benefits from readable, uninterrupted performance.",
"tags": [
"emotion"
]
}