mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-06 07:11:59 +00:00
Drop the persist?: boolean opt-in: every unit's state — client-visible and host-only alike — is now written to the projection cache. A unit can no longer silently skip the durable cache, host-only units no longer need an explicit flag to participate in cold restore, and the persist-sharing conflict check disappears with the field. - ProjectionDefinition/ErasedDefinition lose persist; register overloads simplify; checkpoint/restoreFloor/restore fold every registered unit. - Registry and cache tests drop the persist:true fixtures and the persistence-policy sharing test. - READMEs and the state-and-client-views note record the uniform rule; cordis API catalog and subsystem signatures regenerated.