yuttfu/dsh-reprolab0

dsh-reprolab

dsh-reprolab — a complete bug-to-proof workflow for DeepSeek Harness: frozen repro tests, RED/GREEN/REGRESSION gates, and replayable evidence.

包名
dsh-reprolab
版本
0.1.0
许可证
MIT
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yuttfu/dsh-reprolab

Configuration

All fields are optional and defaulted by the Schemastery schema. Bundle patch rows replace the whole config per row, so restate every key when overriding.

KeyTypeDefaultMeaning
runDirstring.reprolabDirectory (relative to repo root) for runs, worktrees, patches and reports
graceMsnumber (≥50)5000SIGTERM→SIGKILL grace when terminating child process trees
maxOutputBytesnumber (≥1024)1048576In-memory output cap per stream; overflow keeps the tail and spills the full stream
spillMaxBytesnumber (≥1 MiB)16777216Whole-stream spill cap per stream
lockStaleMsnumber (≥1000)300000Repo write-lock staleness threshold (stealing still requires a dead owner)