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.
AI Analysis
核心用途是约束编码智能体的交付质量。适合在自动化编程任务中,防止 AI 敷衍结项、确保其必须运行测试或提供验证凭据的场景。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:QWE13-ART/dsh-claim-gateREADME
Read the full 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。