yuttfu/dsh-reprolab

yuttfu★ 0TypeScriptLast synced: 2026-08-16

Open on 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 excerpt

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 …

View full README on GitHub →
Tools / Devbug-fixdsh-pluginevidencered-green-treeregression-testing

Category