dsh-library 0.2.9 → 0.2.11
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
|
@@ -5,6 +5,23 @@ All notable changes to this project are documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [0.2.11] - 2026-09-12
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Rename the four translated READMEs to `README-<lang>.md`. npm selects the package-page readme as the first markdown file matching its `{README,README.*}` glob (`@npmcli/package-json`, publish path), and that glob order puts `README.<lang>.md` ahead of `README.md` — so npm was serving the Simplified-Chinese file for this package too (measured on 15/15 sampled packages of the family). The new names sit outside the glob, so the English source is served again. No content changed apart from the language-switcher link each translation holds to its siblings, and the repo readme gate still passes. Takes effect with the next release; an already-published version cannot gain a corrected readme retroactively.
|
|
13
|
+
- Pin the `@deepseek-ai/dsh-*` dev/test dependencies to the published `0.1.5-rc.2` line and record `0.1.5-rc.2` in `dshWorkshop.compatibility.dshVersions`; the monthly Compat workflow now runs against `0.1.5-rc.2`. The peer range `>=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0` is unchanged, so no supported host line is dropped.
|
|
14
|
+
|
|
15
|
+
## [0.2.10] - 2026-09-10
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
19
|
+
- Pin the `@deepseek-ai/dsh-*` dev/test dependencies to the published `0.1.5-rc.1` line and record `0.1.5-rc.1` in `dshWorkshop.compatibility.dshVersions`; the monthly Compat workflow now runs against `0.1.5-rc.1`. The peer range `>=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0` is unchanged, so no supported host line is dropped.
|
|
20
|
+
|
|
21
|
+
### Docs
|
|
22
|
+
|
|
23
|
+
- Refresh the five-language README compatibility baseline to `dsh-v0.1.5-rc.1` (verified 2026-09-10).
|
|
24
|
+
|
|
8
25
|
## [0.2.9] - 2026-09-09
|
|
9
26
|
|
|
10
27
|
### Changed
|
|
@@ -9,13 +9,14 @@
|
|
|
9
9
|
|
|
10
10
|
[](LICENSE)
|
|
11
11
|
[](https://github.com/topics/dsh-plugin)
|
|
12
|
+
[](https://github.com/PerryLink/dsh-plugin-doctor#verified-徽章)
|
|
12
13
|
[](#)
|
|
13
14
|
[](https://github.com/PerryLink/dsh-library/actions)
|
|
14
15
|
[](https://github.com/PerryLink/dsh-library/releases)
|
|
15
16
|
[](https://www.npmjs.com/package/dsh-library)
|
|
16
17
|
[](https://www.npmjs.com/package/dsh-library)
|
|
17
18
|
|
|
18
|
-
[English](README.md) · [简体中文](README
|
|
19
|
+
[English](README.md) · [简体中文](README-zh.md) · [Español](README-es.md) · [Português](README-pt.md) · [हिन्दी](README-hi.md)
|
|
19
20
|
|
|
20
21
|
</div>
|
|
21
22
|
|
|
@@ -25,7 +26,7 @@
|
|
|
25
26
|
|
|
26
27
|
| Superficie | Estado |
|
|
27
28
|
|---|---|
|
|
28
|
-
| Harness | DeepSeek Harness `dsh-v0.1.5-
|
|
29
|
+
| Harness | DeepSeek Harness `dsh-v0.1.5-rc.2` (compatibilidad declarada para `0.1.5-rc.2`). Verificado el 2026-09-11 contra el checkout master de dsh-v0.1.5-rc.2 (cadena de puertas completa + smoke de instalación de profile). |
|
|
29
30
|
| Node | `^22.19.0 \|\| >=24.0.0` |
|
|
30
31
|
| Almacenamiento | Cualquier backend de storage-domain (JSON o SQLite); el índice vive en el dominio de almacenamiento del host |
|
|
31
32
|
| Modelos | Ninguno requerido — el embedder integrado es hash determinista (cero descargas) |
|
|
@@ -142,7 +143,7 @@ Todos los ajustes son campos `Config` de Schemastery (modificables desde cordis.
|
|
|
142
143
|
```sh
|
|
143
144
|
pnpm install # node ^22.19 || >=24
|
|
144
145
|
pnpm run typecheck # tsc: src + tests contra el checkout local del harness
|
|
145
|
-
pnpm run typecheck:ci # tsc contra los tipos publicados 0.1.
|
|
146
|
+
pnpm run typecheck:ci # tsc contra los tipos publicados 0.1.5-rc.2 (sin paths)
|
|
146
147
|
pnpm test # vitest: puertos de calidad, vocabulario núcleo, ensamblaje con pila real
|
|
147
148
|
pnpm run build # bundle tsdown + declaraciones tsc (lib/)
|
|
148
149
|
pnpm run verify:self-contained # las especificaciones de dependencias resuelven desde el registry
|
|
@@ -9,13 +9,14 @@
|
|
|
9
9
|
|
|
10
10
|
[](LICENSE)
|
|
11
11
|
[](https://github.com/topics/dsh-plugin)
|
|
12
|
+
[](https://github.com/PerryLink/dsh-plugin-doctor#verified-徽章)
|
|
12
13
|
[](#)
|
|
13
14
|
[](https://github.com/PerryLink/dsh-library/actions)
|
|
14
15
|
[](https://github.com/PerryLink/dsh-library/releases)
|
|
15
16
|
[](https://www.npmjs.com/package/dsh-library)
|
|
16
17
|
[](https://www.npmjs.com/package/dsh-library)
|
|
17
18
|
|
|
18
|
-
[English](README.md) · [简体中文](README
|
|
19
|
+
[English](README.md) · [简体中文](README-zh.md) · [Español](README-es.md) · [Português](README-pt.md) · [हिन्दी](README-hi.md)
|
|
19
20
|
|
|
20
21
|
</div>
|
|
21
22
|
|
|
@@ -25,7 +26,7 @@
|
|
|
25
26
|
|
|
26
27
|
| सतह | स्थिति |
|
|
27
28
|
|---|---|
|
|
28
|
-
| Harness | DeepSeek Harness `dsh-v0.1.5-
|
|
29
|
+
| Harness | DeepSeek Harness `dsh-v0.1.5-rc.2` (`0.1.5-rc.2` के लिए घोषित संगतता)। 2026-09-11 को dsh-v0.1.5-rc.2 master checkout के विरुद्ध सत्यापित (पूर्ण गेट श्रृंखला + profile इंस्टॉल smoke)। |
|
|
29
30
|
| Node | `^22.19.0 \|\| >=24.0.0` |
|
|
30
31
|
| भंडारण | कोई भी storage-domain बैकएंड (JSON या SQLite); सूचकांक होस्ट के भंडारण डोमेन में रहता है |
|
|
31
32
|
| मॉडल | किसी की आवश्यकता नहीं — अंतर्निहित एम्बेडर नियतात्मक हैश है (शून्य डाउनलोड) |
|
|
@@ -142,7 +143,7 @@ dsh --profile web --dump-config | grep -A2 'id: dsh-library'
|
|
|
142
143
|
```sh
|
|
143
144
|
pnpm install # node ^22.19 || >=24
|
|
144
145
|
pnpm run typecheck # tsc: src + tests स्थानीय हार्नेस चेकआउट के विरुद्ध
|
|
145
|
-
pnpm run typecheck:ci # tsc प्रकाशित 0.1.
|
|
146
|
+
pnpm run typecheck:ci # tsc प्रकाशित 0.1.5-rc.2 प्रकारों के विरुद्ध (बिना paths)
|
|
146
147
|
pnpm test # vitest: गुणवत्ता पोर्ट, मूल शब्दावली, वास्तविक-स्टैक संयोजन
|
|
147
148
|
pnpm run build # tsdown बंडल + tsc घोषणाएँ (lib/)
|
|
148
149
|
pnpm run verify:self-contained # निर्भरता स्पेक registry से हल होती हैं
|
|
@@ -9,13 +9,14 @@
|
|
|
9
9
|
|
|
10
10
|
[](LICENSE)
|
|
11
11
|
[](https://github.com/topics/dsh-plugin)
|
|
12
|
+
[](https://github.com/PerryLink/dsh-plugin-doctor#verified-徽章)
|
|
12
13
|
[](#)
|
|
13
14
|
[](https://github.com/PerryLink/dsh-library/actions)
|
|
14
15
|
[](https://github.com/PerryLink/dsh-library/releases)
|
|
15
16
|
[](https://www.npmjs.com/package/dsh-library)
|
|
16
17
|
[](https://www.npmjs.com/package/dsh-library)
|
|
17
18
|
|
|
18
|
-
[English](README.md) · [简体中文](README
|
|
19
|
+
[English](README.md) · [简体中文](README-zh.md) · [Español](README-es.md) · [Português](README-pt.md) · [हिन्दी](README-hi.md)
|
|
19
20
|
|
|
20
21
|
</div>
|
|
21
22
|
|
|
@@ -25,7 +26,7 @@
|
|
|
25
26
|
|
|
26
27
|
| Superfície | Status |
|
|
27
28
|
|---|---|
|
|
28
|
-
| Harness | DeepSeek Harness `dsh-v0.1.5-
|
|
29
|
+
| Harness | DeepSeek Harness `dsh-v0.1.5-rc.2` (compatibilidade declarada para `0.1.5-rc.2`). Verificado em 2026-09-11 contra o checkout master do dsh-v0.1.5-rc.2 (cadeia de portas completa + smoke de instalação de profile). |
|
|
29
30
|
| Node | `^22.19.0 \|\| >=24.0.0` |
|
|
30
31
|
| Armazenamento | Qualquer backend de storage-domain (JSON ou SQLite); o índice vive no domínio de armazenamento do host |
|
|
31
32
|
| Modelos | Nenhum necessário — o embedder integrado é hash determinístico (zero downloads) |
|
|
@@ -142,7 +143,7 @@ Todos os ajustes são campos `Config` do Schemastery (alteráveis pelo cordis.ym
|
|
|
142
143
|
```sh
|
|
143
144
|
pnpm install # node ^22.19 || >=24
|
|
144
145
|
pnpm run typecheck # tsc: src + tests contra o checkout local do harness
|
|
145
|
-
pnpm run typecheck:ci # tsc contra os tipos publicados 0.1.
|
|
146
|
+
pnpm run typecheck:ci # tsc contra os tipos publicados 0.1.5-rc.2 (sem paths)
|
|
146
147
|
pnpm test # vitest: portas de qualidade, vocabulário núcleo, montagem com pilha real
|
|
147
148
|
pnpm run build # bundle tsdown + declarações tsc (lib/)
|
|
148
149
|
pnpm run verify:self-contained # especificações de dependências resolvem pelo registry
|
|
@@ -9,13 +9,14 @@
|
|
|
9
9
|
|
|
10
10
|
[](LICENSE)
|
|
11
11
|
[](https://github.com/topics/dsh-plugin)
|
|
12
|
+
[](https://github.com/PerryLink/dsh-plugin-doctor#verified-徽章)
|
|
12
13
|
[](#)
|
|
13
14
|
[](https://github.com/PerryLink/dsh-library/actions)
|
|
14
15
|
[](https://github.com/PerryLink/dsh-library/releases)
|
|
15
16
|
[](https://www.npmjs.com/package/dsh-library)
|
|
16
17
|
[](https://www.npmjs.com/package/dsh-library)
|
|
17
18
|
|
|
18
|
-
[English](README.md) · [简体中文](README
|
|
19
|
+
[English](README.md) · [简体中文](README-zh.md) · [Español](README-es.md) · [Português](README-pt.md) · [हिन्दी](README-hi.md)
|
|
19
20
|
|
|
20
21
|
</div>
|
|
21
22
|
|
|
@@ -25,7 +26,7 @@
|
|
|
25
26
|
|
|
26
27
|
| 方面 | 状态 |
|
|
27
28
|
|---|---|
|
|
28
|
-
| Harness | DeepSeek Harness `dsh-v0.1.5-
|
|
29
|
+
| Harness | DeepSeek Harness `dsh-v0.1.5-rc.2`(声明兼容 `0.1.5-rc.2`)。2026-09-11 已对照 dsh-v0.1.5-rc.2 master checkout 核验(完整门禁链 + profile 安装冒烟)。 |
|
|
29
30
|
| Node | `^22.19.0 \|\| >=24.0.0` |
|
|
30
31
|
| 存储 | 任意 storage-domain 后端(JSON 或 SQLite);索引存放在宿主的存储域中 |
|
|
31
32
|
| 模型 | 无需任何模型 —— 内置嵌入为确定性哈希(零下载) |
|
|
@@ -142,7 +143,7 @@ dsh --profile web --dump-config | grep -A2 'id: dsh-library'
|
|
|
142
143
|
```sh
|
|
143
144
|
pnpm install # node ^22.19 || >=24
|
|
144
145
|
pnpm run typecheck # tsc:src + tests 对照本地 harness checkout
|
|
145
|
-
pnpm run typecheck:ci # tsc:对照已发布的 0.1.
|
|
146
|
+
pnpm run typecheck:ci # tsc:对照已发布的 0.1.5-rc.2 类型(无 paths)
|
|
146
147
|
pnpm test # vitest:八移植回归、核心词汇、真实栈装配
|
|
147
148
|
pnpm run build # tsdown bundle + tsc 声明(lib/)
|
|
148
149
|
pnpm run verify:self-contained # 依赖声明全部来自 registry
|
package/README.md
CHANGED
|
@@ -10,13 +10,14 @@
|
|
|
10
10
|
|
|
11
11
|
[](LICENSE)
|
|
12
12
|
[](https://github.com/topics/dsh-plugin)
|
|
13
|
+
[](https://github.com/PerryLink/dsh-plugin-doctor#verified-徽章)
|
|
13
14
|
[](#)
|
|
14
15
|
[](https://github.com/PerryLink/dsh-library/actions)
|
|
15
16
|
[](https://github.com/PerryLink/dsh-library/releases)
|
|
16
17
|
[](https://www.npmjs.com/package/dsh-library)
|
|
17
18
|
[](https://www.npmjs.com/package/dsh-library)
|
|
18
19
|
|
|
19
|
-
[English](README.md) · [简体中文](README
|
|
20
|
+
[English](README.md) · [简体中文](README-zh.md) · [Español](README-es.md) · [Português](README-pt.md) · [हिन्दी](README-hi.md)
|
|
20
21
|
|
|
21
22
|
</div>
|
|
22
23
|
|
|
@@ -26,7 +27,7 @@
|
|
|
26
27
|
|
|
27
28
|
| Surface | Status |
|
|
28
29
|
|---|---|
|
|
29
|
-
| Harness | DeepSeek Harness `dsh-v0.1.5-
|
|
30
|
+
| Harness | DeepSeek Harness `dsh-v0.1.5-rc.2` (compat declared for `0.1.5-rc.2`). Verified 2026-09-11 against the dsh-v0.1.5-rc.2 master checkout (full gate chain + profile install smoke). |
|
|
30
31
|
| Node | `^22.19.0 \|\| >=24.0.0` |
|
|
31
32
|
| Storage | Any storage-domain backend (JSON or SQLite); the index lives in the host's storage domain |
|
|
32
33
|
| Models | None required — the built-in embedder is deterministic hashing (zero downloads) |
|
|
@@ -143,7 +144,7 @@ All tunables are Schemastery `Config` fields (changeable from cordis.yml). An id
|
|
|
143
144
|
```sh
|
|
144
145
|
pnpm install # node ^22.19 || >=24
|
|
145
146
|
pnpm run typecheck # tsc: src + tests against the local harness checkout
|
|
146
|
-
pnpm run typecheck:ci # tsc against the published 0.1.
|
|
147
|
+
pnpm run typecheck:ci # tsc against the published 0.1.5-rc.2 types (no paths)
|
|
147
148
|
pnpm test # vitest: quality ports, core vocabulary, real-stack assembly
|
|
148
149
|
pnpm run build # tsdown bundle + tsc declarations (lib/)
|
|
149
150
|
pnpm run verify:self-contained # dependency specs resolve from the registry
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-library",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.11",
|
|
4
4
|
"description": "Local document knowledge base for DeepSeek Harness: library_add/remove/list, hybrid semantic+keyword library_search with diversity re-ranking, relevance filtering and lost-in-the-middle avoidance, citation-aware injection, library_cite_check and library_diagnose —SQLite-backed index via the storage domain, local embedding, zero model downloads",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"THIRD_PARTY_NOTICES.md",
|
|
30
30
|
"SECURITY.md",
|
|
31
31
|
"README.md",
|
|
32
|
-
"README
|
|
33
|
-
"README
|
|
34
|
-
"README
|
|
35
|
-
"README
|
|
32
|
+
"README-zh.md",
|
|
33
|
+
"README-es.md",
|
|
34
|
+
"README-pt.md",
|
|
35
|
+
"README-hi.md",
|
|
36
36
|
"LICENSE"
|
|
37
37
|
],
|
|
38
38
|
"dsh": {
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"native-code:none"
|
|
67
67
|
],
|
|
68
68
|
"compatibility": {
|
|
69
|
-
"dshVersions": ["0.1.2-rc.1","0.1.5-
|
|
69
|
+
"dshVersions": ["0.1.2-rc.1","0.1.5-rc.2"]
|
|
70
70
|
},
|
|
71
71
|
"capability": {
|
|
72
72
|
"id": "local-knowledge-library",
|
|
@@ -118,22 +118,22 @@
|
|
|
118
118
|
"zod": "^4.4.3"
|
|
119
119
|
},
|
|
120
120
|
"devDependencies": {
|
|
121
|
-
"@deepseek-ai/dsh-attachment": "0.1.5-
|
|
121
|
+
"@deepseek-ai/dsh-attachment": "0.1.5-rc.2",
|
|
122
122
|
"@deepseek-ai/cordis": "^4.0.2",
|
|
123
123
|
"@deepseek-ai/cordis-plugin-include": "^1.0.7",
|
|
124
124
|
"@deepseek-ai/cordis-plugin-loader": "^1.0.3",
|
|
125
|
-
"@deepseek-ai/dsh-agent": "0.1.5-
|
|
126
|
-
"@deepseek-ai/dsh-commands": "0.1.5-
|
|
127
|
-
"@deepseek-ai/dsh-fs": "0.1.5-
|
|
128
|
-
"@deepseek-ai/dsh-fs-local": "0.1.5-
|
|
129
|
-
"@deepseek-ai/dsh-llm": "0.1.5-
|
|
130
|
-
"@deepseek-ai/dsh-session": "0.1.5-
|
|
131
|
-
"@deepseek-ai/dsh-storage": "0.1.5-
|
|
132
|
-
"@deepseek-ai/dsh-storage-domain": "0.1.5-
|
|
133
|
-
"@deepseek-ai/dsh-storage-json": "0.1.5-
|
|
134
|
-
"@deepseek-ai/dsh-subprocess": "0.1.5-
|
|
135
|
-
"@deepseek-ai/dsh-subprocess-local": "0.1.5-
|
|
136
|
-
"@deepseek-ai/dsh-tools": "0.1.5-
|
|
125
|
+
"@deepseek-ai/dsh-agent": "0.1.5-rc.2",
|
|
126
|
+
"@deepseek-ai/dsh-commands": "0.1.5-rc.2",
|
|
127
|
+
"@deepseek-ai/dsh-fs": "0.1.5-rc.2",
|
|
128
|
+
"@deepseek-ai/dsh-fs-local": "0.1.5-rc.2",
|
|
129
|
+
"@deepseek-ai/dsh-llm": "0.1.5-rc.2",
|
|
130
|
+
"@deepseek-ai/dsh-session": "0.1.5-rc.2",
|
|
131
|
+
"@deepseek-ai/dsh-storage": "0.1.5-rc.2",
|
|
132
|
+
"@deepseek-ai/dsh-storage-domain": "0.1.5-rc.2",
|
|
133
|
+
"@deepseek-ai/dsh-storage-json": "0.1.5-rc.2",
|
|
134
|
+
"@deepseek-ai/dsh-subprocess": "0.1.5-rc.2",
|
|
135
|
+
"@deepseek-ai/dsh-subprocess-local": "0.1.5-rc.2",
|
|
136
|
+
"@deepseek-ai/dsh-tools": "0.1.5-rc.2",
|
|
137
137
|
"@deepseek-ai/schemastery": "^3.18.2",
|
|
138
138
|
"@types/node": "^22.19.0",
|
|
139
139
|
"@vitest/coverage-v8": "3.2.0",
|