D
dsh-coding-kit
v1.2.0 · 1 天前发布
DSH plugin + P0 CLI: ICVO coding standards (Inform · Constrain · Verify · Orchestrate). Plugin does not auto-inject; call apply_coding_standards. CLI: npx dsh-coding-kit.
README
dsh-coding-kit
dsh-coding-kit@1.2.0 是 DeepSeek Harness(DSH)的 bundle 插件,并带 P0 闸 CLI 与 G1–G7 过程命令。纪律资产仍是 ICVO(Inform · Constrain · Verify · Orchestrate)。
加载 ≠ 注入。 安装或加载本插件 不会 自动改写 system prompt。apply()只注册工具。必须由你或模型调用apply_coding_standards之后,后续回合的 runtime context 才会含# Coding Standards。
选哪条入口
| 你是谁 | 入口 | 不要用 |
|--------|------|--------|
| DSH 会话 / 模型调工具 | dsh plugin add dsh-coding-kit | 不要只 npm install(缺 bundle 层则工具不出现) |
| Cursor / CI / 存量仓日常闸 | npx dsh-coding-kit | 不要把插件 init_coding_kit 与 CLI init 当成同一入口 |
两条入口同一 npm 包 dsh-coding-kit@1.2.0。插件面与 CLI 面互不替代。
入口 A · DSH 插件
优先 npm(预构建,无需 allowBuilds):
bash
dsh plugin --profile web add dsh-coding-kit
备选:从 GitHub 安装(需 Node 构建;pnpm 10+ 可能要 allowBuilds):
```bash
dsh plugin
版本兼容矩阵
| DSH 版本 | 状态 | 说明 |
|---|---|---|
dsh@0.1.0-rc.6 | ✅ 兼容 | cordis patch ✅ |
dsh@0.1.0 | ✅ 兼容 | 标准 patch ✅ |
dsh@0.2.0 | ⚠️ 待验证 | 待实测(API 可能在变) |
dsh@0.3.0+ | ❓ 未知 | 尚未发布 |
💡 兼容矩阵每周末自动跑实测,欢迎 PR 修正
元数据
- License
- MIT
- npm
- dsh-coding-kit
- Repo
- git+https://github.com/Cyning12/dsh-coding-kit.git
- Engines
{"node":"^22.19.0 || >=24.0.0"}- Weekly DL
- 0
- Monthly DL
- 0
- dsh.bundle
{"bundle":{"patch":"./cordis.patch.yml"}}