Harness dialog and code status fallback plugin
DSH Turn Rewind Message-anchored project-file recovery for DeepSeek Harness, with an option to restart from the restored request.
Project overview
Message-anchored project-file recovery for DeepSeek Harness, with an option to restart from the restored request. Turn Rewind is the user-facing feature, repository, and Profile Bundle name. Change Ledger is the durable restore engine underneath it: the ctx.changeLedger service, on-disk format, and storage path keep that name because they describe the reusable snapshot and recovery layer rather than the Web action alone.
Change Ledger gives a DSH session an explicit safety boundary around workspace mutations:
It never commits, stashes, resets, switches branches, edits the Git index, or decides automatically that a change should be reverted. Preview