feat(sim): emotions are a right-brain output (Right knob alone) #24
Reference in New Issue
Block a user
Delete Branch "feat/affect-right-brain-only"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The affect channel previously gated on BOTH knobs (
strength = min(left, right)), so the analytical Left brain co-controlled the emotion words. Per operator direction, emotions are now driven by the Right (dreamlike) knob alone — Left no longer gates them. Sharpens the split: Left = measurement, Right = the dream AND the feeling it evokes.\n\n-player/alteration.py:_affect_strength(right) = right; intensity keyed off Right; docs updated.\n-app.js: renderAffect comments (logic already keyed off the passed strength).\n- Affect design spec: revision note + everymin(left,right)→right.\n- Tests rewritten for the Right-driven model.\n\n271 passed, 2 skipped. Live API verified (left=0/right=4 → strength 4; left=4/right=0 → 0).\n\n🤖 Generated with Claude Code