dsh-advisor-plugin 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  # dsh-advisor-plugin
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/dsh-advisor-plugin.svg)](https://www.npmjs.com/package/dsh-advisor-plugin)
3
4
  [![license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
4
5
  ![node](https://img.shields.io/badge/node-%3E%3D20-339933)
5
6
  ![dsh](https://img.shields.io/badge/DeepSeek%20Harness-plugin-4B32C3)
@@ -60,7 +61,7 @@ src/ # host 半(Node / Cordis 插件)
60
61
  ├── locales.ts
61
62
  └── store.ts
62
63
 
63
- docs/ # 技术文章、架构图、生图提示词
64
+ docs/ # 技术文章与架构图
64
65
  scripts/ # 本地开发辅助脚本
65
66
  ```
66
67
 
@@ -187,7 +188,6 @@ npm run build
187
188
  - [技术文章:DeepSeek Harness 插件实战:我给 Coding Agent 请了个“随车专家”](docs/advisor-deep-dive.md)
188
189
  - [架构图](docs/diagrams/architecture.svg)
189
190
  - [双通道时序图](docs/diagrams/advisor-dual-channel-sequence.svg)
190
- - [生图提示词](docs/diagrams/image-generation-prompts.md)
191
191
 
192
192
  ---
193
193
 
package/cordis.patch.yml CHANGED
@@ -1,6 +1,5 @@
1
- # dsh-advisor 挂载补丁(bundle patch 形态)。
2
- # 本机 profile 采用 package.json bundles 数组挂载时无需此文件;
3
- # 保留它以兼容 `dsh plugin add` 工作流。
1
+ # dsh-advisor-plugin 挂载补丁(bundle patch 形态)。
2
+ # id loader 行标识,name 必须与 npm 包名一致。
4
3
  - insert:
5
- - id: dsh-advisor
6
- name: dsh-advisor
4
+ - id: dsh-advisor-plugin
5
+ name: dsh-advisor-plugin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-advisor-plugin",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "DeepSeek Harness advisor plugin: pair a fast executor with a stronger reviewer model for plan / correction / stop guidance.",
5
5
  "type": "module",
6
6
  "license": "MIT",