QWE13-ART/dsh-claim-gate0

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 분석

核心用途是约束编码智能体的交付质量。适合在自动化编程任务中,防止 AI 敷衍结项、确保其必须运行测试或提供验证凭据的场景。

패키지
dsh-claim-gate
버전
0.3.0
최근 업데이트
2026. 9. 2.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:QWE13-ART/dsh-claim-gate

配置

- 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