dsh-claim-gate
Mechanically stops unfounded "done" claims from coding agents — a zero-LLM, pure-regex turn-boundary hook that demands verification evidence before sign-off.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:QWE13-ART/dsh-claim-gate说明文档
阅读完整 README ↗配置
- id: dsh-claim-gate
plugin: dsh-claim-gate
config:
enforce: false # 默认 observe-only:只记录不拦截
auditHint: true # ok(有验证)分支软提示:强制对照验证覆盖 + 任务收尾派独立审计(默认开)
审计落 ~/.dsh/state/claim-gate.jsonl(含放行的,便于统计误报率)。
学 cc-safety-net:先用真实数据看误报率,再决定开 enforce。