weivwang/dsh-stack

weivwang★ 0TypeScriptLast synced: 2026-08-15

Open on GitHub

Reproducible DeepSeek Harness environments in one portable, secret-safe Stackfile.

README excerpt

dsh-stack Make agent environments reproducible. Capture an entire DeepSeek Harness profile—plugins, order, versions, and portable configuration—in one reviewable Stackfile. 中文 · English A plugin list is not an environment A working Harness profile depends on more than the packages it contains. Bundle order changes composition. Version drift changes behavior. The profile patch carries the configuration that made the setup useful in the first place. dsh-stack captures that complete contract: - ordered plugin bundles; - exact installed registry versions and commit-pinned Git sources; - the profile-level Cordis patch, with local paths made portable; - secret references instead of credential values; - source Harness version and whole-file SHA-256 integrity. The result is a small JSON Stackfile that can live beside a project, release, benchmark, team handbook, or bug report. Anyone can inspect it before allowing it to touch a profile. From working profile to verified replica apply does not stop at installing packages. It writes the declared bundle order, hydrates portable configuration, and asks dsh --dump-config to verify the final composition. If verification fails, the profile files a…

View full README on GitHub →
Agentsai-agentsdeepseekdeepseek-harnessdshdsh-pluginreproducible-buildsstackfileagent

Category