Cyning12/dsh-coding-kit

Cyning12★ 0TypeScript最后同步: 2026-08-16

在 GitHub 打开

README 摘要

dsh-coding-kit [email protected] 是 DeepSeek Harness(DSH)的 bundle 插件 ,并带 P0 闸 CLI 。纪律资产仍是 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 不要把 graph / skills / wiki / status 当成 1.1.0 已可用 两条入口同一 npm 包 [email protected] 。插件面与 CLI 面互不替代。 入口 A · DSH 插件 优先 npm(预构建,无需 allowBuilds): 备选:从 GitHub 安装(需 Node 构建;pnpm 10+ 可能要 allowBuilds): 确认层 安装成功后,profile 的 package.json 会出现依赖 dsh-coding-kit ,且 dsh.profile.bundles 含该包名。用户一般不必手写 bundles; dsh plugin add 会维护。 激活与调用 1. 用该 profile 启动 DSH(例如 dsh --profile web / dsh --profile web web )。 2. 在对话中说: 请应用 coding standards (或「按 coding-kit 规范写代码」)。 3. 模型应调用工具 apply coding standards 。 4. 成功后后续回合的 runtime context 含 Coding Standards 。 可选参数: profile=l1 l1+l2 full (默认 l1+l2 ); persist=false 表示只在当轮工具结果里给出正文。 初始化项目模板(插件面) 初始化走工具 init coding kit (不是 CLI init )。 对话: 请把 coding-kit 模板初始化到本项目 → 模型调用 init coding kit 。 之后修改 .coding-kit/ ,再调用 apply coding standards ( source=override )。 init coding k…

在 GitHub 查看完整 README →
工具/开发deepseek-harnessdsh-plugin

分类