863683348/dsh-plugin-verify0

dsh-plugin-verify

Verification toolkit for DeepSeek Harness agents: evidence-based claim checking against workspace files with line citations, config file validation (JSON/YAML), HTTP URL status checks, npm package checks and GitHub repo submission-readiness checks — complementary to dsh-plugin-gate

AI 分析

核心用途是为 AI 智能体提供多维度验证能力。适合需要对工作区代码、配置文件、外部链接及 npm/GitHub 状态进行自动化校验的开发和测试任务。

パッケージ
dsh-plugin-verify
バージョン
1.0.0
ライセンス
MIT
最終更新
2026/08/17

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:863683348/dsh-plugin-verify

ドキュメント

README 全文を読む ↗

Usage

verify claim "the plugin pins zod in dependencies"           # evidence search in workspace
verify claim "this repo has 12 commits" scope ./some-dir
verify config ./cordis.patch.yml
verify url https://example.com
verify npm dsh-plugin-focus
verify repo 863683348/dsh-plugin-gate