v0.2.0 - Non-destructive session recovery
Superseded by v0.2.1. The v0.2.0 tarball did not expose
./package.json, so DeepSeek Harness could not discover its browser bundle. CLI and host checks were unaffected.
Highlights
- Adds a read-only recovery planner that finds the latest provider-safe completed turn.
- Adds
recover <artifact> [--at <seq>]to the CLI. - Adds a Web UI action on historical assistant turns to fork and open a child Session.
- Adds redacted recovery hints to live integrity warnings.
Safety
Recovery uses the official Session fork operation. It does not rewrite or delete the source log, automatically archive the original Session, retry tools, or claim that external side effects were rolled back.
Verification
- 22/22 tests passed
- JavaScript syntax checks passed
- npm package dry-run and packed-tarball install smoke passed
Targets DeepSeek Harness dsh-v0.1.0-rc.8.