mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
The manager's titleSnapshots Map and its session/title frame consumption dissolve into resident per-session ProjectionValueStores (create-on-demand, outliving instantiation — the same role the snapshot map played): a session/projection frame lands whether or not the Session exists, list rows read the store's 'title' key, subscribed baselines truncate phantom rows, and session-removed drops the store. The fixture converts to the host parallel: a projections block on the tail page (title + todos units), push frames on unit-advancing events, and a post-subscribe projection baseline replacing the bespoke title control frame.