You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(forgetting): thread narrative_weight arc pressure to fade threshold
Open-arc intensity now modulates the forgetting threshold so memories
resist fading during heavy narrative periods. effective_fade = FADE_THRESHOLD /
(1 + narrative_weight) — at full arc pressure the bar is halved. The
unfade path is symmetrically lowered so recovery is also easier.
Wire: _run_felt_time_tick now returns IntensityDrivers; run_folded caches
the last computed value and passes it to forgetting_run_pass; run_pass
threads narrative_weight to policy.next_state. LOST_THRESHOLD is unchanged —
arc pressure only delays the fade gate, not the final deletion gate.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments