dsh-library 0.2.8 → 0.2.10

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,29 @@ 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
+ ## [Unreleased]
9
+
10
+ ## [0.2.10] - 2026-09-10
11
+
12
+ ### Changed
13
+
14
+ - 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.
15
+
16
+ ### Docs
17
+
18
+ - Refresh the five-language README compatibility baseline to `dsh-v0.1.5-rc.1` (verified 2026-09-10).
19
+
20
+ ## [0.2.9] - 2026-09-09
21
+
22
+ ### Changed
23
+
24
+ - Align the `@deepseek-ai/dsh-*` peer ranges to `>=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0` and pin the dev/test dependencies to the published `0.1.5-alpha.1` line: adaptation to DeepSeek Harness `dsh-v0.1.5-alpha.1` (session format V3, `ctx.agent` removal, `Inbox` type-only interface); runtime behavior is unchanged for every supported host line.
25
+ - Record `0.1.5-alpha.1` in `dshWorkshop.compatibility.dshVersions`.
26
+
27
+ ### Docs
28
+
29
+ - Refresh the five-language README compatibility baseline to `dsh-v0.1.5-alpha.1` (verified 2026-09-09).
30
+
8
31
  ## [0.2.8] - 2026-09-08
9
32
 
10
33
  ### Docs
package/README.es.md CHANGED
@@ -9,6 +9,7 @@
9
9
 
10
10
  [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)
11
11
  [![DSH plugin](https://img.shields.io/badge/dsh--plugin-✅-green)](https://github.com/topics/dsh-plugin)
12
+ [![dsh-doctor](https://raw.githubusercontent.com/PerryLink/dsh-plugin-doctor/main/badges/PerryLink__dsh-library.svg)](https://github.com/PerryLink/dsh-plugin-doctor#verified-徽章)
12
13
  [![Node](https://img.shields.io/badge/node-%5E22.19%20%7C%7C%20%3E%3D24-brightgreen.svg)](#)
13
14
  [![CI](https://img.shields.io/github/actions/workflow/status/PerryLink/dsh-library/ci.yml?branch=main&label=CI)](https://github.com/PerryLink/dsh-library/actions)
14
15
  [![Version](https://img.shields.io/github/v/tag/PerryLink/dsh-library?label=version)](https://github.com/PerryLink/dsh-library/releases)
@@ -25,7 +26,7 @@
25
26
 
26
27
  | Superficie | Estado |
27
28
  |---|---|
28
- | Harness | DeepSeek Harness `dsh-v0.1.3-alpha.1` (compatibilidad declarada para `0.1.2-rc.1`). Verificado el 2026-09-06 contra el checkout master de dsh-v0.1.3-alpha.1 (cadena de puertas completa + smoke de instalación de profile). |
29
+ | Harness | DeepSeek Harness `dsh-v0.1.5-rc.1` (compatibilidad declarada para `0.1.5-rc.1`). Verificado el 2026-09-10 contra el checkout master de dsh-v0.1.5-rc.1 (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.2-rc.1 (sin paths)
146
+ pnpm run typecheck:ci # tsc contra los tipos publicados 0.1.5-rc.1 (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
package/README.hi.md CHANGED
@@ -9,6 +9,7 @@
9
9
 
10
10
  [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)
11
11
  [![DSH plugin](https://img.shields.io/badge/dsh--plugin-✅-green)](https://github.com/topics/dsh-plugin)
12
+ [![dsh-doctor](https://raw.githubusercontent.com/PerryLink/dsh-plugin-doctor/main/badges/PerryLink__dsh-library.svg)](https://github.com/PerryLink/dsh-plugin-doctor#verified-徽章)
12
13
  [![Node](https://img.shields.io/badge/node-%5E22.19%20%7C%7C%20%3E%3D24-brightgreen.svg)](#)
13
14
  [![CI](https://img.shields.io/github/actions/workflow/status/PerryLink/dsh-library/ci.yml?branch=main&label=CI)](https://github.com/PerryLink/dsh-library/actions)
14
15
  [![Version](https://img.shields.io/github/v/tag/PerryLink/dsh-library?label=version)](https://github.com/PerryLink/dsh-library/releases)
@@ -25,7 +26,7 @@
25
26
 
26
27
  | सतह | स्थिति |
27
28
  |---|---|
28
- | Harness | DeepSeek Harness `dsh-v0.1.3-alpha.1` (`0.1.2-rc.1` के लिए घोषित संगतता)। 2026-09-06 को dsh-v0.1.3-alpha.1 master checkout के विरुद्ध सत्यापित (पूर्ण गेट श्रृंखला + profile इंस्टॉल smoke)। |
29
+ | Harness | DeepSeek Harness `dsh-v0.1.5-rc.1` (`0.1.5-rc.1` के लिए घोषित संगतता)। 2026-09-10 को dsh-v0.1.5-rc.1 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.2-rc.1 प्रकारों के विरुद्ध (बिना paths)
146
+ pnpm run typecheck:ci # tsc प्रकाशित 0.1.5-rc.1 प्रकारों के विरुद्ध (बिना paths)
146
147
  pnpm test # vitest: गुणवत्ता पोर्ट, मूल शब्दावली, वास्तविक-स्टैक संयोजन
147
148
  pnpm run build # tsdown बंडल + tsc घोषणाएँ (lib/)
148
149
  pnpm run verify:self-contained # निर्भरता स्पेक registry से हल होती हैं
package/README.md CHANGED
@@ -10,6 +10,7 @@
10
10
 
11
11
  [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)
12
12
  [![DSH plugin](https://img.shields.io/badge/dsh--plugin-✅-green)](https://github.com/topics/dsh-plugin)
13
+ [![dsh-doctor](https://raw.githubusercontent.com/PerryLink/dsh-plugin-doctor/main/badges/PerryLink__dsh-library.svg)](https://github.com/PerryLink/dsh-plugin-doctor#verified-徽章)
13
14
  [![Node](https://img.shields.io/badge/node-%5E22.19%20%7C%7C%20%3E%3D24-brightgreen.svg)](#)
14
15
  [![CI](https://img.shields.io/github/actions/workflow/status/PerryLink/dsh-library/ci.yml?branch=main&label=CI)](https://github.com/PerryLink/dsh-library/actions)
15
16
  [![Version](https://img.shields.io/github/v/tag/PerryLink/dsh-library?label=version)](https://github.com/PerryLink/dsh-library/releases)
@@ -26,7 +27,7 @@
26
27
 
27
28
  | Surface | Status |
28
29
  |---|---|
29
- | Harness | DeepSeek Harness `dsh-v0.1.3-alpha.1` (compat declared for `0.1.2-rc.1`). Verified 2026-09-06 against the dsh-v0.1.3-alpha.1 master checkout (full gate chain + profile install smoke). |
30
+ | Harness | DeepSeek Harness `dsh-v0.1.5-rc.1` (compat declared for `0.1.5-rc.1`). Verified 2026-09-10 against the dsh-v0.1.5-rc.1 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.2-rc.1 types (no paths)
147
+ pnpm run typecheck:ci # tsc against the published 0.1.5-rc.1 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/README.pt.md CHANGED
@@ -9,6 +9,7 @@
9
9
 
10
10
  [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)
11
11
  [![DSH plugin](https://img.shields.io/badge/dsh--plugin-✅-green)](https://github.com/topics/dsh-plugin)
12
+ [![dsh-doctor](https://raw.githubusercontent.com/PerryLink/dsh-plugin-doctor/main/badges/PerryLink__dsh-library.svg)](https://github.com/PerryLink/dsh-plugin-doctor#verified-徽章)
12
13
  [![Node](https://img.shields.io/badge/node-%5E22.19%20%7C%7C%20%3E%3D24-brightgreen.svg)](#)
13
14
  [![CI](https://img.shields.io/github/actions/workflow/status/PerryLink/dsh-library/ci.yml?branch=main&label=CI)](https://github.com/PerryLink/dsh-library/actions)
14
15
  [![Version](https://img.shields.io/github/v/tag/PerryLink/dsh-library?label=version)](https://github.com/PerryLink/dsh-library/releases)
@@ -25,7 +26,7 @@
25
26
 
26
27
  | Superfície | Status |
27
28
  |---|---|
28
- | Harness | DeepSeek Harness `dsh-v0.1.3-alpha.1` (compatibilidade declarada para `0.1.2-rc.1`). Verificado em 2026-09-06 contra o checkout master do dsh-v0.1.3-alpha.1 (cadeia de portas completa + smoke de instalação de profile). |
29
+ | Harness | DeepSeek Harness `dsh-v0.1.5-rc.1` (compatibilidade declarada para `0.1.5-rc.1`). Verificado em 2026-09-10 contra o checkout master do dsh-v0.1.5-rc.1 (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.2-rc.1 (sem paths)
146
+ pnpm run typecheck:ci # tsc contra os tipos publicados 0.1.5-rc.1 (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
package/README.zh.md CHANGED
@@ -9,6 +9,7 @@
9
9
 
10
10
  [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)
11
11
  [![DSH plugin](https://img.shields.io/badge/dsh--plugin-✅-green)](https://github.com/topics/dsh-plugin)
12
+ [![dsh-doctor](https://raw.githubusercontent.com/PerryLink/dsh-plugin-doctor/main/badges/PerryLink__dsh-library.svg)](https://github.com/PerryLink/dsh-plugin-doctor#verified-徽章)
12
13
  [![Node](https://img.shields.io/badge/node-%5E22.19%20%7C%7C%20%3E%3D24-brightgreen.svg)](#)
13
14
  [![CI](https://img.shields.io/github/actions/workflow/status/PerryLink/dsh-library/ci.yml?branch=main&label=CI)](https://github.com/PerryLink/dsh-library/actions)
14
15
  [![Version](https://img.shields.io/github/v/tag/PerryLink/dsh-library?label=version)](https://github.com/PerryLink/dsh-library/releases)
@@ -25,7 +26,7 @@
25
26
 
26
27
  | 方面 | 状态 |
27
28
  |---|---|
28
- | Harness | DeepSeek Harness `dsh-v0.1.3-alpha.1`(声明兼容 `0.1.2-rc.1`)。2026-09-06 已对照 dsh-v0.1.3-alpha.1 master checkout 核验(完整门禁链 + profile 安装冒烟)。 |
29
+ | Harness | DeepSeek Harness `dsh-v0.1.5-rc.1`(声明兼容 `0.1.5-rc.1`)。2026-09-10 已对照 dsh-v0.1.5-rc.1 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.2-rc.1 类型(无 paths)
146
+ pnpm run typecheck:ci # tsc:对照已发布的 0.1.5-rc.1 类型(无 paths)
146
147
  pnpm test # vitest:八移植回归、核心词汇、真实栈装配
147
148
  pnpm run build # tsdown bundle + tsc 声明(lib/)
148
149
  pnpm run verify:self-contained # 依赖声明全部来自 registry
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-library",
3
- "version": "0.2.8",
3
+ "version": "0.2.10",
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",
@@ -66,9 +66,7 @@
66
66
  "native-code:none"
67
67
  ],
68
68
  "compatibility": {
69
- "dshVersions": [
70
- "0.1.2-rc.1"
71
- ]
69
+ "dshVersions": ["0.1.2-rc.1","0.1.5-rc.1"]
72
70
  },
73
71
  "capability": {
74
72
  "id": "local-knowledge-library",
@@ -103,15 +101,15 @@
103
101
  "packageManager": "pnpm@11.7.0",
104
102
  "peerDependencies": {
105
103
  "@deepseek-ai/cordis": "^4.0.2",
106
- "@deepseek-ai/dsh-commands": ">=0.1.2-rc.1 <0.2.0",
107
- "@deepseek-ai/dsh-fs": ">=0.1.2-rc.1 <0.2.0",
108
- "@deepseek-ai/dsh-llm": ">=0.1.2-rc.1 <0.2.0",
109
- "@deepseek-ai/dsh-session": ">=0.1.2-rc.1 <0.2.0",
110
- "@deepseek-ai/dsh-storage": ">=0.1.2-rc.1 <0.2.0",
111
- "@deepseek-ai/dsh-storage-domain": ">=0.1.2-rc.1 <0.2.0",
112
- "@deepseek-ai/dsh-storage-json": ">=0.1.2-rc.1 <0.2.0",
113
- "@deepseek-ai/dsh-subprocess": ">=0.1.2-rc.1 <0.2.0",
114
- "@deepseek-ai/dsh-tools": ">=0.1.2-rc.1 <0.2.0",
104
+ "@deepseek-ai/dsh-commands": ">=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0",
105
+ "@deepseek-ai/dsh-fs": ">=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0",
106
+ "@deepseek-ai/dsh-llm": ">=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0",
107
+ "@deepseek-ai/dsh-session": ">=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0",
108
+ "@deepseek-ai/dsh-storage": ">=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0",
109
+ "@deepseek-ai/dsh-storage-domain": ">=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0",
110
+ "@deepseek-ai/dsh-storage-json": ">=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0",
111
+ "@deepseek-ai/dsh-subprocess": ">=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0",
112
+ "@deepseek-ai/dsh-tools": ">=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0",
115
113
  "@deepseek-ai/schemastery": "^3.18.2"
116
114
  },
117
115
  "dependencies": {
@@ -120,22 +118,22 @@
120
118
  "zod": "^4.4.3"
121
119
  },
122
120
  "devDependencies": {
123
- "@deepseek-ai/dsh-attachment": "0.1.2-rc.1",
121
+ "@deepseek-ai/dsh-attachment": "0.1.5-rc.1",
124
122
  "@deepseek-ai/cordis": "^4.0.2",
125
123
  "@deepseek-ai/cordis-plugin-include": "^1.0.7",
126
124
  "@deepseek-ai/cordis-plugin-loader": "^1.0.3",
127
- "@deepseek-ai/dsh-agent": "0.1.2-rc.1",
128
- "@deepseek-ai/dsh-commands": "0.1.2-rc.1",
129
- "@deepseek-ai/dsh-fs": "0.1.2-rc.1",
130
- "@deepseek-ai/dsh-fs-local": "0.1.2-rc.1",
131
- "@deepseek-ai/dsh-llm": "0.1.2-rc.1",
132
- "@deepseek-ai/dsh-session": "0.1.2-rc.1",
133
- "@deepseek-ai/dsh-storage": "0.1.2-rc.1",
134
- "@deepseek-ai/dsh-storage-domain": "0.1.2-rc.1",
135
- "@deepseek-ai/dsh-storage-json": "0.1.2-rc.1",
136
- "@deepseek-ai/dsh-subprocess": "0.1.2-rc.1",
137
- "@deepseek-ai/dsh-subprocess-local": "0.1.2-rc.1",
138
- "@deepseek-ai/dsh-tools": "0.1.2-rc.1",
125
+ "@deepseek-ai/dsh-agent": "0.1.5-rc.1",
126
+ "@deepseek-ai/dsh-commands": "0.1.5-rc.1",
127
+ "@deepseek-ai/dsh-fs": "0.1.5-rc.1",
128
+ "@deepseek-ai/dsh-fs-local": "0.1.5-rc.1",
129
+ "@deepseek-ai/dsh-llm": "0.1.5-rc.1",
130
+ "@deepseek-ai/dsh-session": "0.1.5-rc.1",
131
+ "@deepseek-ai/dsh-storage": "0.1.5-rc.1",
132
+ "@deepseek-ai/dsh-storage-domain": "0.1.5-rc.1",
133
+ "@deepseek-ai/dsh-storage-json": "0.1.5-rc.1",
134
+ "@deepseek-ai/dsh-subprocess": "0.1.5-rc.1",
135
+ "@deepseek-ai/dsh-subprocess-local": "0.1.5-rc.1",
136
+ "@deepseek-ai/dsh-tools": "0.1.5-rc.1",
139
137
  "@deepseek-ai/schemastery": "^3.18.2",
140
138
  "@types/node": "^22.19.0",
141
139
  "@vitest/coverage-v8": "3.2.0",