mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-12 04:01:20 +00:00
A session that never talks — a forked child seeded with its ancestor's title, say — previously got its first cache row only at detach; a crash, or a fork held live in the store, left the seed-derived values (the title) unreadable on the cold list. Session creation is now a third mandatory write point: the creation checkpoint folds the seed and persists immediately. Write-policy docs (README + catalogs) updated.