DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Ca Ref — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
C

dsh-ca-ref

Ca Ref

Clean Architecture Reference Library (agent review baseline): 8-repository pinned FTS5 search + assertion checklist + automated review ledger + read-only observation window

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:Ansonfishing/dsh-ca-ref#437ba37f51d9ccb748a1e37ecf43571e877438f8
READMECompatibilityVersions
面板截图

Compatibility and provenance

Ca Ref is published as dsh-ca-ref and currently resolves to version 1.0.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/28/2026

Versions

1.0.0stable
8/28/2026
0.1.0stable
8/28/2026

Related plugins

Loading related plugins…

Latest
1.0.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
8/29/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

dsh-ca-ref

语言 / Language: 中文 | English

Clean Architecture 参考库——DSH(DeepSeek Harness)插件。

面板截图

为什么

审查 Clean Arch / DDD / 六边形分层项目时,「标准答案」散落在各个参考仓的架构测试和文档里,每次审查都要重新翻。

这个插件把 8 个钉版参考仓(Go / Java / C# / TypeScript / Python)预先索引成本地 FTS5 库,审查前一键拿「标准答案集」,审查完留账,命中统计反哺参考库策展。

快速开始

前提:DSH(带 web)+ pnpm;Node ≥ 24(node:sqlite 为 Node 24 内置)。

cd ~/.dsh/profiles/web                      # 你的 DSH web profile 目录
pnpm add github:Ansonfishing/dsh-ca-ref

然后在 package.json 的 dsh.profile.bundles 数组里加上 "dsh-ca-ref",重启 dsh。会话区出现「CA 参考库」tab。

首次使用自动建索引;语料默认在 ~/AI/ca-ref(可用 CAREF_CORPUS 环境变量指向别处)。语料 = 8 个公开参考仓,克隆地址与验证命令见 seed/repos.json 各仓的 verify_cmd 字段——本机没有对应语料时,相关检查自动跳过(是数据缺失,不是代码 bug)。

功能

  • 8 个钉版参考仓——钉在固定 commit,每日 tick 用 git rev-parse HEAD 只读校验漂移,不自动 re-clone。
  • FTS5 全文搜索——参考仓的断言 / 文档 / 结构;中文按子串、英文走 FTS5;引用带 <repo>:<path> 出处。
  • 机器化规则清单——每条规则带断言模板与出处,ca_ref_baseline 一次拿齐指定语言的「标准答案集」(含 8 条红旗)。
  • 审查台账——ca_ref_record 留账(项目、语言、命中规则、证据),命中统计反哺策展。
  • 观察窗面板——只读 tab,30s 自动刷新:基线(仓列表 + 规则覆盖表 + card 全文)、搜索记录、审查留账、命中统计。

Agent 工具

工具用途
ca_ref_search参考库全文搜索断言/文档/结构
ca_ref_baseline取指定语言的参考仓摘要卡 + 规则清单 + 8 条红旗
ca_ref_record审查完留账(项目/语言/命中规则/证据)
ca_ref_status参考库健康:钉版 SHA、验证结果、索引状态、台账量

另有 /ca-ref status\|search\|baseline\|ledger\|stats\|reindex 命令通道(支持 --json)供面板使用。

不用装 DSH,先看看面板?

clone 本仓库,浏览器直接打开 test/harness/index.html——零依赖渲染 harness,?chrome=0 隐藏 harness 顶栏。

开发

node scripts/smoke.mjs   # 冒烟: 8 仓钉版 + 工具链 + 索引(本地语料缺失会跳过对应项)

本地开发:clone 后在 profile 里用 pnpm add link:../path/to/dsh-ca-ref。客户端改动浏览器 F5 即可;Node 侧(index.js / lib/*.js)改动需重启 dsh。

许可证

MIT © Ansonfishing