yuttfu/dsh-reprolab

yuttfu★ 0TypeScript最后同步: 2026-08-16

在 GitHub 打开

dsh-reprolab — a deterministic bug-proof executor for DeepSeek Harness: frozen repro tests, RED/GREEN/REGRESSION gates, and replayable evidence. Complements session-level discipline plugins such as dsh-doublecheck.

README 摘要

dsh-reprolab A complete bug-to-proof workflow for DeepSeek Harness: frozen repro tests, RED/GREEN/REGRESSION gates, and replayable evidence. dsh-reprolab (ReproLab) turns an issue, an error message or reproduction steps into auditable fix evidence: ReproLab is a deterministic bug-proof executor that complements session-level discipline plugins such as dsh-doublecheck. Your Harness session writes the tests and the fix; ReproLab isolates worktrees, freezes inputs, runs the quality gates and produces the evidence. The nine tools Tool Purpose Key result reprolab start Resolve repo, freeze baseline, create control / candidate worktrees, optionally record the baseline regression failure set runId , worktree paths, baseline, baselineRegression reprolab set test Freeze the repro test patch + the target test command testPatch hash, command hash reprolab verify red Run the frozen command in control and prove a genuine test failure verdict: valid red , failure fingerprint reprolab set fix Freeze the production-only fix patch from candidate fixPatch hash, changed files reprolab verify green Run the exact same frozen command in candidate and prove it passes verdict: valid green reprolab verify …

在 GitHub 查看完整 README →
工具/开发bug-fixdsh-pluginevidencered-green-treeregression-testing

分类