dsh-plugin-dev-kb 1.0.5 → 1.0.7

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/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.7] - 2026-08-25
4
+
5
+ - 相关插件段新增 dsh-plugin-windows-guard(Windows 环境防坑守则 skill 插件,互相引流)。
6
+
7
+
8
+ ## [1.0.6] - 2026-08-21
9
+
10
+ - 整理:package.json 补 `selfcheck` / `rebuild-index` npm 脚本(发布前可一键自检);
11
+ `.gitignore` 补 `*.tgz` / `*.orig` / `*.rej` / `.vscode/`;README 新增「自检」小节。
12
+
3
13
  ## [1.0.5] - 2026-08-21
4
14
 
5
15
  - README 新增「相关插件」互相引用段(列出同系列已发布插件,npm / GitHub 链接 + 一句话说明),互相引流。
package/README.md CHANGED
@@ -90,6 +90,14 @@ dsh-plugin-dev-kb/
90
90
  `dsh-plugin-dev-kb` 技能 → 读 `kb/meta/topics.md` 定位 → 按需 read/grep。
91
91
  - **人侧**:直接浏览 `kb/` 目录,或打开 `kb/INDEX.md` 按 URL 对照查阅。
92
92
 
93
+ ## 自检
94
+
95
+ 发布前跑结构自检(离线、零依赖):
96
+
97
+ ```powershell
98
+ npm run selfcheck # 结构完整 + 入口 / bundle patch 存在性
99
+ ```
100
+
93
101
  ## 更新知识库
94
102
 
95
103
  见 `kb/README.md`:重新克隆 `deepseek-ai/deepseek-harness`(master 分支),安装投影依赖后
@@ -107,6 +115,7 @@ dsh-plugin-dev-kb/
107
115
  | [dsh-plugin-choice-refresh](https://www.npmjs.com/package/dsh-plugin-choice-refresh) | [GitHub 仓库](https://github.com/Pasumao/dsh-plugin-choice-refresh) | 选择增强:重新生成选项 / 更多选项 |
108
116
  | [dsh-plugin-image-tools](https://www.npmjs.com/package/dsh-plugin-image-tools) | [GitHub 仓库](https://github.com/Pasumao/dsh-plugin-image-tools) | 图片选择卡 + 回复内嵌图片 + 盲模型收图 |
109
117
  | [dsh-plugin-table-zoom](https://www.npmjs.com/package/dsh-plugin-table-zoom) | [GitHub 仓库](https://github.com/Pasumao/dsh-plugin-table-zoom) | 聊天长表格浮窗查看 + 一键复制 Markdown |
118
+ | [dsh-plugin-windows-guard](https://www.npmjs.com/package/dsh-plugin-windows-guard) | [GitHub 仓库](https://github.com/Pasumao/dsh-plugin-windows-guard) | Windows 环境防坑守则 skill(编码/转义/路径/进程/乱码预防) |
110
119
  | [dsh-plugin-workbench](https://www.npmjs.com/package/dsh-plugin-workbench) | [GitHub 仓库](https://github.com/Pasumao/dsh-plugin-workbench) | VS Code 风格文件浏览器 + 可编辑预览 |
111
120
 
112
121
  > 本系列其余插件见 [Pasumao · dsh 插件](https://github.com/Pasumao);觉得好用欢迎到 GitHub 点 ⭐。
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dsh-plugin-dev-kb",
3
3
  "description": "DeepSeek Harness (dsh) 插件开发知识库:官方文档站点的完整 Markdown 镜像(中英双语 168 页)+ 仓库补充文档(52 篇)+ 主题导航与搜索索引,以 dsh-plugin-dev-kb 技能形式让 agent 在插件开发任务中自动加载定位文档。纯数据插件,无运行时依赖。",
4
- "version": "1.0.5",
4
+ "version": "1.0.7",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
7
7
  "exports": {
@@ -18,6 +18,10 @@
18
18
  "CHANGELOG.md",
19
19
  "LICENSE"
20
20
  ],
21
+ "scripts": {
22
+ "selfcheck": "node scripts/selfcheck.mjs",
23
+ "rebuild-index": "node scripts/rebuild-index.mjs"
24
+ },
21
25
  "keywords": [
22
26
  "dsh",
23
27
  "dsh-plugin",