dsh-reprolab
dsh-reprolab — a complete bug-to-proof workflow for DeepSeek Harness: frozen repro tests, RED/GREEN/REGRESSION gates, and replayable evidence.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yuttfu/dsh-reprolab说明文档
阅读完整 README ↗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.
| Key | Type | Default | Meaning |
|---|---|---|---|
runDir | string | .reprolab | Directory (relative to repo root) for runs, worktrees, patches and reports |
graceMs | number (≥50) | 5000 | SIGTERM→SIGKILL grace when terminating child process trees |
maxOutputBytes | number (≥1024) | 1048576 | In-memory output cap per stream; overflow keeps the tail and spills the full stream |
spillMaxBytes | number (≥1 MiB) | 16777216 | Whole-stream spill cap per stream |
lockStaleMs | number (≥1000) | 300000 | Repo write-lock staleness threshold (stealing still requires a dead owner) |