sagetta1/dsh-verdict-guard

sagetta1★ 0TypeScript最后同步: 2026-08-19

在 GitHub 打开

Native DeepSeek Harness plugin: a turn that states a verdict without evidence is held back and steered for proof.

README 摘要

verdict-guard English 中文 A native DeepSeek Harness plugin. A turn that states a verdict does not close until the verdict carries something a reader can follow. Why The most expensive thing an agent produces is not a wrong fix. It is a wrong closing verdict : "it doesn't work" , "no bug here" , "not reproducible" . A false "it works" is caught by the next run — it leaves a trace. A false "it doesn't work" leaves none. The direction is closed quietly, and nobody re-opens a question that already has an answer. The two error classes are not equally priced, so they should not carry the same standard of proof. This plugin makes the asymmetry mechanical: at the turn's stop boundary it reads what the model is about to close on, and what the turn actually did . What counts as evidence Signal Where it comes from a fenced block, an exit code, a test tally, an HTTP status the answer's text file.ts:88 , a path, a log name, journalctl , pytest , … the answer's text a verifying tool result — bash , read , grep , test , … the session log for that turn The third row is why this is a plugin and not a shell hook. A text-only checker sees what the model wrote . The session log says what actually ran .…

在 GitHub 查看完整 README →
Agent/智能体agentcordisdeepseek-harnessdshdsh-plugin

分类