SLAPaper/dsh-self-checking-profile
SLAPaper★ 1JavaScript最后同步: 2026-08-14
A drop-in dsh web profile that adds the **Self Checking** sandbox mode to DeepSeek Harness (dsh)
README 摘要
dsh Self Checking profile English 中文 This project is based on dsh / DeepSeek Harness , the open-source AI agent harness by DeepSeek (source · @deepseek-ai/dsh on npm): it ships as a dsh web profile that layers a reproducible fork set on top of a pristine dsh install — upstream packages stay untouched. A drop-in dsh web profile that adds the Self Checking sandbox mode on top of workspace-write and danger-full-access , as a fully reproducible fork layer plus release tooling. - Fork layer — 11 forked @deepseek-ai packages under profile/forks/ that shadow the identical upstream packages for the profile only; upstream installs stay pristine. - Patch set — patches/ .json (machine-applied anchored replacements) and patches/ .diff (human review) that rebuild the fork layer from a pristine dsh 0.1.0-rc.6 install, byte-for-byte. - Upstream tracking — upstream/ vendors the exact npm package bytes of the baseline, git-tracked and versioned in upstream/VERSION . Upgrading to a new dsh baseline is a three-way merge over that committed snapshot ( tools/merge-upstream.mjs ), not a blind re-patch: files changed only by upstream are taken, files changed only by the fork are kept, files changed on bo…
在 GitHub 查看完整 README →