IoveCelestina/dsh-lifeboat

IoveCelestina★ 0JavaScript最后同步: 2026-08-19

在 GitHub 打开

Out-of-process safe boot, failure isolation, and recovery UI for DeepSeek Harness profiles.

README 摘要

DSH Lifeboat English 简体中文 DSH Lifeboat is an out-of-process recovery console for DeepSeek Harness profiles. It can still start when a profile cannot: every probe runs against a temporary DSH HOME , and the original profile manifest and patch files stay read-only until the user explicitly applies a recovery. What is included - A loopback-only Web UI at 127.0.0.1 with live probe progress, evidence, verified recovery-plan selection, report download, and one-step undo. - A CLI mode that emits the same dsh-lifeboat/v1 JSON report without the UI. - Config probes using dsh --profile --dump-config . - Optional runtime probes that require the process to survive the full configurable startup window; any earlier exit, including exit code 0, fails the boot probe. - One bounded configuration snapshot per diagnosis, cloned into a fresh temporary Home for every probe attempt; runtime results are confirmed twice by default and mixed evidence never enables recovery. - Bounded upper-bound-first removal search over the complete Profile: delta debugging finds a small verified plan, then shallow exact enumeration proves whether any smaller plan exists. - Separate checks for profile-level and Harness-ho…

在 GitHub 查看完整 README →
工具/开发deepseek-harnessdiagnosticsdsh-pluginsafe-bootweb ui

分类