dsh-library 0.1.0 → 0.1.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/CHANGELOG.md CHANGED
@@ -5,6 +5,18 @@ 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.1.2] - 2026-08-21
9
+
10
+ ### Changed
11
+
12
+ - Upgraded every `@deepseek-ai/dsh-*` dependency to `0.1.0-rc.8` (devDependencies exact, peerDependencies `>=0.1.0-rc.8 <0.2.0`) and re-declared compatibility for DeepSeek Harness `0.1.0-rc.8`.
13
+
14
+ ## [0.1.1] - 2026-08-17
15
+
16
+ ### Fixed
17
+
18
+ - The bundle patch now composes the storage stack (`@deepseek-ai/dsh-storage` + `dsh-storage-json` + `dsh-storage-domain`) and declares all three packages, so a bare profile gets the `storageDomain` service the plugin injects instead of hanging with `pending (waiting for service: storageDomain)`.
19
+
8
20
  ## [0.1.0] - 2026-08-16
9
21
 
10
22
  - Initial release: local-first document knowledge base with hybrid semantic+keyword search, diversity re-ranking, citation-aware injection, cite/diagnose tools, and the /library command.
package/README.es.md CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  | Superficie | Estado |
26
26
  |---|---|
27
- | Harness | DeepSeek Harness `0.1.0-rc.6` (compatibilidad declarada para `0.1.0-rc.5`–`0.1.0-rc.6`) |
27
+ | Harness | DeepSeek Harness `0.1.0-rc.8` (compatibilidad declarada para `0.1.0-rc.8`) |
28
28
  | Node | `^22.19.0 \|\| >=24.0.0` |
29
29
  | Almacenamiento | Cualquier backend de storage-domain (JSON o SQLite); el índice vive en el dominio de almacenamiento del host |
30
30
  | Modelos | Ninguno requerido — el embedder integrado es hash determinista (cero descargas) |
@@ -137,7 +137,7 @@ Todos los ajustes son campos `Config` de Schemastery (modificables desde cordis.
137
137
  ```sh
138
138
  pnpm install # node ^22.19 || >=24
139
139
  pnpm run typecheck # tsc: src + tests contra el checkout local del harness
140
- pnpm run typecheck:ci # tsc contra los tipos publicados 0.1.0-rc.6 (sin paths)
140
+ pnpm run typecheck:ci # tsc contra los tipos publicados 0.1.0-rc.8 (sin paths)
141
141
  pnpm test # vitest: puertos de calidad, vocabulario núcleo, ensamblaje con pila real
142
142
  pnpm run build # bundle tsdown + declaraciones tsc (lib/)
143
143
  pnpm run verify:self-contained # las especificaciones de dependencias resuelven desde el registry
@@ -153,6 +153,42 @@ pnpm pack # el tarball publicado
153
153
 
154
154
  - [@PerryLink](https://github.com/PerryLink) — creador y mantenedor: los ocho puertos de calidad, el índice de dominio de almacenamiento, el pipeline de recuperación híbrido, la verificación de citas/purga y la documentación en cinco idiomas.
155
155
 
156
+ ## PerryLink DSH Plugin Family
157
+
158
+ Este proyecto es uno de los [29 complementos de DeepSeek Harness](https://github.com/PerryLink) mantenidos por [PerryLink](https://github.com/PerryLink). Si este te ayuda, los demás probablemente también:
159
+
160
+ | Plugin | One-liner |
161
+ |---|---|
162
+ | [dsh-auto-review](https://github.com/PerryLink/dsh-auto-review) | Auto-revisión con segundo modelo en la cadena de aprobación, cerrado ante fallo por defecto |
163
+ | [dsh-background-agents](https://github.com/PerryLink/dsh-background-agents) | Agentes secundarios en segundo plano y duraderos con barra lateral Web, mensajería e interrupción |
164
+ | [dsh-budget](https://github.com/PerryLink/dsh-budget) | Gobernanza de costes para DeepSeek Harness: presupuestos, carbono y latencia en un panel. |
165
+ | [dsh-checkpoint-rewind](https://github.com/PerryLink/dsh-checkpoint-rewind) | Equivalente a /rewind de Claude Code: instantáneas, bifurcaciones y restauración de una vez |
166
+ | [dsh-claude-move](https://github.com/PerryLink/dsh-claude-move) | Migra sesiones, memoria, skills y CLAUDE.md de Claude Code a DSH |
167
+ | [dsh-click](https://github.com/PerryLink/dsh-click) | Control de escritorio nativo multiplataforma para DeepSeek Harness — Windows primero. |
168
+ | [dsh-composer-history](https://github.com/PerryLink/dsh-composer-history) | Historial de entrada estilo terminal para el compositor web: flechas, búsqueda Ctrl+R |
169
+ | [dsh-defend](https://github.com/PerryLink/dsh-defend) | Defensa contra inyección de prompts, jailbreak y fuga de secretos para DeepSeek Harness. |
170
+ | [dsh-doublecheck](https://github.com/PerryLink/dsh-doublecheck) | Guardia de disciplina de ingeniería: interrogatorio de requisitos, puertas de test, revisión adversaria |
171
+ | [dsh-draw](https://github.com/PerryLink/dsh-draw) | Enrutamiento unificado de generación de imágenes estáticas para DeepSeek Harness. |
172
+ | [dsh-fast](https://github.com/PerryLink/dsh-fast) | Diagnóstico de rendimiento de solo lectura para DeepSeek Harness. |
173
+ | [dsh-github](https://github.com/PerryLink/dsh-github) | Integración de PR/issues de GitHub para DSH, cada escritura con aprobación |
174
+ | **[dsh-library](https://github.com/PerryLink/dsh-library)** | Base de conocimiento documental local para DeepSeek Harness. |
175
+ | [dsh-local-ai](https://github.com/PerryLink/dsh-local-ai) | Integración de modelos locales (Ollama) para DeepSeek Harness. |
176
+ | [dsh-lsp-actions](https://github.com/PerryLink/dsh-lsp-actions) | Diagnóstico, formato, completado, acciones y renombrado LSP vía servidores de lenguaje |
177
+ | [dsh-mask](https://github.com/PerryLink/dsh-mask) | Middleware de enmascarado PII para DeepSeek Harness — anonimiza antes del modelo y restaura en la capa de visualización. |
178
+ | [dsh-mcp-panel](https://github.com/PerryLink/dsh-mcp-panel) | Panel MCP de solo lectura: comando /mcp + pestaña de ajustes con estado, herramientas y errores |
179
+ | [dsh-memento](https://github.com/PerryLink/dsh-memento) | Memoria entre sesiones con puerta de aprobación: seam ctx.memory + SQLite + herramienta memory |
180
+ | [dsh-observe](https://github.com/PerryLink/dsh-observe) | Exportador de observabilidad OpenTelemetry y Langfuse para DeepSeek Harness. |
181
+ | [dsh-output-styles](https://github.com/PerryLink/dsh-output-styles) | Cambio de estilos en tiempo de ejecución equivalente a outputStyles de Claude Code |
182
+ | [dsh-permission-rules](https://github.com/PerryLink/dsh-permission-rules) | Reglas declarativas allow/deny/ask estilo Claude Code con auditoría |
183
+ | [dsh-plugin-guide](https://github.com/PerryLink/dsh-plugin-guide) | Base de conocimiento de desarrollo de complementos como skill de agente bajo demanda |
184
+ | [dsh-score](https://github.com/PerryLink/dsh-score) | Puntuación de calidad multidimensional para complementos de DeepSeek Harness. |
185
+ | [dsh-session-pin](https://github.com/PerryLink/dsh-session-pin) | Fija sesiones en la barra lateral Web con orden durable |
186
+ | [dsh-session-sync](https://github.com/PerryLink/dsh-session-sync) | Sincronización de sesiones entre dispositivos para DeepSeek Harness — un espejo git dedicado de tu almacén de sesiones. |
187
+ | [dsh-skill-pack-security](https://github.com/PerryLink/dsh-skill-pack-security) | Paquete de skills de auditoría de seguridad: escaneo de secretos, revisión de dependencias y cadena de suministro |
188
+ | [dsh-talk](https://github.com/PerryLink/dsh-talk) | Bucle de sesión con voz para DeepSeek Harness: háblale y escucha su respuesta. |
189
+ | [dsh-test-drive](https://github.com/PerryLink/dsh-test-drive) | Pruebas de instalación y arranque aisladas para complementos de DeepSeek Harness. |
190
+ | [dsh-translate](https://github.com/PerryLink/dsh-translate) | Traducción de parámetros entre proveedores y reparación determinista de JSON para DeepSeek Harness. |
191
+
156
192
  ## License
157
193
 
158
194
  [Apache License 2.0](LICENSE) © 2026 dsh-library contributors
package/README.hi.md CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  | सतह | स्थिति |
26
26
  |---|---|
27
- | Harness | DeepSeek Harness `0.1.0-rc.6` (`0.1.0-rc.5`–`0.1.0-rc.6` के लिए घोषित संगतता) |
27
+ | Harness | DeepSeek Harness `0.1.0-rc.8` (`0.1.0-rc.8` के लिए घोषित संगतता) |
28
28
  | Node | `^22.19.0 \|\| >=24.0.0` |
29
29
  | भंडारण | कोई भी storage-domain बैकएंड (JSON या SQLite); सूचकांक होस्ट के भंडारण डोमेन में रहता है |
30
30
  | मॉडल | किसी की आवश्यकता नहीं — अंतर्निहित एम्बेडर नियतात्मक हैश है (शून्य डाउनलोड) |
@@ -137,7 +137,7 @@ dsh --profile web --dump-config | grep -A2 'id: dsh-library'
137
137
  ```sh
138
138
  pnpm install # node ^22.19 || >=24
139
139
  pnpm run typecheck # tsc: src + tests स्थानीय हार्नेस चेकआउट के विरुद्ध
140
- pnpm run typecheck:ci # tsc प्रकाशित 0.1.0-rc.6 प्रकारों के विरुद्ध (बिना paths)
140
+ pnpm run typecheck:ci # tsc प्रकाशित 0.1.0-rc.8 प्रकारों के विरुद्ध (बिना paths)
141
141
  pnpm test # vitest: गुणवत्ता पोर्ट, मूल शब्दावली, वास्तविक-स्टैक संयोजन
142
142
  pnpm run build # tsdown बंडल + tsc घोषणाएँ (lib/)
143
143
  pnpm run verify:self-contained # निर्भरता स्पेक registry से हल होती हैं
@@ -153,6 +153,42 @@ pnpm pack # प्रकाशित tarball
153
153
 
154
154
  - [@PerryLink](https://github.com/PerryLink) — निर्माता और मेंटेनर: आठ गुणवत्ता पोर्ट, भंडारण-डोमेन सूचकांक, हाइब्रिड पुनर्प्राप्ति पाइपलाइन, उद्धरण/पर्ज सत्यापन और पाँच-भाषा दस्तावेज़।
155
155
 
156
+ ## PerryLink DSH Plugin Family
157
+
158
+ यह प्रोजेक्ट [PerryLink](https://github.com/PerryLink) द्वारा अनुरक्षित [29 DeepSeek Harness प्लगइनों](https://github.com/PerryLink) में से एक है। अगर यह आपकी मदद करता है, तो बाकी भी करेंगे:
159
+
160
+ | Plugin | One-liner |
161
+ |---|---|
162
+ | [dsh-auto-review](https://github.com/PerryLink/dsh-auto-review) | अनुमोदन श्रृंखला पर दूसरे मॉडल से स्वतः-समीक्षा, डिफ़ॉल्ट रूप से असफल-बंद |
163
+ | [dsh-background-agents](https://github.com/PerryLink/dsh-background-agents) | Web UI साइडबार, संदेश और रुकावट के साथ स्थायी पृष्ठभूमि चाइल्ड एजेंट |
164
+ | [dsh-budget](https://github.com/PerryLink/dsh-budget) | DeepSeek Harness के लिए लागत प्रशासन: बजट, कार्बन और विलंबता एक पैनल में। |
165
+ | [dsh-checkpoint-rewind](https://github.com/PerryLink/dsh-checkpoint-rewind) | Claude Code /rewind-समतुल्य: स्नैपशॉट, सत्र फोर्क, एक-बार पुनर्स्थापन |
166
+ | [dsh-claude-move](https://github.com/PerryLink/dsh-claude-move) | Claude Code सत्र, स्मृति, skills और CLAUDE.md को DSH में स्थानांतरित करें |
167
+ | [dsh-click](https://github.com/PerryLink/dsh-click) | DeepSeek Harness के लिए क्रॉस-प्लेटफ़ॉर्म नेटिव डेस्कटॉप नियंत्रण — Windows पहले। |
168
+ | [dsh-composer-history](https://github.com/PerryLink/dsh-composer-history) | Web कंपोज़र के लिए टर्मिनल-शैली इनपुट इतिहास: तीर, Ctrl+R खोज |
169
+ | [dsh-defend](https://github.com/PerryLink/dsh-defend) | DeepSeek Harness के लिए प्रॉम्प्ट-इंजेक्शन, जेलब्रेक और सीक्रेट-लीक रक्षा। |
170
+ | [dsh-doublecheck](https://github.com/PerryLink/dsh-doublecheck) | इंजीनियरिंग-अनुशासन गार्ड: आवश्यकताएँ पूछताछ, परीक्षण द्वार, विरोधी समीक्षा |
171
+ | [dsh-draw](https://github.com/PerryLink/dsh-draw) | DeepSeek Harness के लिए एकीकृत स्थैतिक-छवि निर्माण रूटिंग। |
172
+ | [dsh-fast](https://github.com/PerryLink/dsh-fast) | DeepSeek Harness के लिए केवल-पठन प्रदर्शन निदान। |
173
+ | [dsh-github](https://github.com/PerryLink/dsh-github) | DSH के लिए GitHub PR/issues एकीकरण, हर लेखन अनुमोदन-द्वारित |
174
+ | **[dsh-library](https://github.com/PerryLink/dsh-library)** | DeepSeek Harness के लिए स्थानीय दस्तावेज़ ज्ञानकोश। |
175
+ | [dsh-local-ai](https://github.com/PerryLink/dsh-local-ai) | DeepSeek Harness के लिए स्थानीय-मॉडल (Ollama) एकीकरण। |
176
+ | [dsh-lsp-actions](https://github.com/PerryLink/dsh-lsp-actions) | भाषा सर्वरों पर LSP निदान, फ़ॉर्मेटिंग, पूर्णता, कोड क्रियाएँ और नाम बदलना |
177
+ | [dsh-mask](https://github.com/PerryLink/dsh-mask) | DeepSeek Harness के लिए PII मास्किंग मिडलवेयर — मॉडल तक पहुँचने से पहले व्यक्तिगत डेटा अनाम करता है, प्रदर्शन परत पर बहाल करता है। |
178
+ | [dsh-mcp-panel](https://github.com/PerryLink/dsh-mcp-panel) | केवल-पठन MCP रनटाइम पैनल: /mcp कमांड + स्थिति, टूल और त्रुटियों वाला सेटिंग टैब |
179
+ | [dsh-memento](https://github.com/PerryLink/dsh-memento) | अनुमोदन-द्वारित क्रॉस-सत्र स्मृति: ctx.memory seam + SQLite + memory टूल |
180
+ | [dsh-observe](https://github.com/PerryLink/dsh-observe) | DeepSeek Harness के लिए OpenTelemetry और Langfuse अवलोकनीयता निर्यातक। |
181
+ | [dsh-output-styles](https://github.com/PerryLink/dsh-output-styles) | Claude Code outputStyles-समतुल्य रनटाइम शैली स्विचिंग |
182
+ | [dsh-permission-rules](https://github.com/PerryLink/dsh-permission-rules) | Claude Code-शैली घोषणात्मक allow/deny/ask अनुमति नियम, ऑडिट के साथ |
183
+ | [dsh-plugin-guide](https://github.com/PerryLink/dsh-plugin-guide) | माँग-पर एजेंट स्किल के रूप में प्लगइन-विकास ज्ञानकोश |
184
+ | [dsh-score](https://github.com/PerryLink/dsh-score) | DeepSeek Harness प्लगइनों के लिए बहु-आयामी गुणवत्ता स्कोरिंग। |
185
+ | [dsh-session-pin](https://github.com/PerryLink/dsh-session-pin) | Web साइडबार में सत्र पिन करें, स्थायी क्रम के साथ |
186
+ | [dsh-session-sync](https://github.com/PerryLink/dsh-session-sync) | DeepSeek Harness के लिए क्रॉस-डिवाइस सत्र सिंक — आपके सत्र स्टोर का एक समर्पित git मिरर। |
187
+ | [dsh-skill-pack-security](https://github.com/PerryLink/dsh-skill-pack-security) | सुरक्षा-ऑडिट स्किल पैक: सीक्रेट स्कैन, निर्भरता और आपूर्ति-श्रृंखला समीक्षा |
188
+ | [dsh-talk](https://github.com/PerryLink/dsh-talk) | DeepSeek Harness के लिए आवाज़-प्रथम सत्र लूप: बोलें और उत्तर सुनें। |
189
+ | [dsh-test-drive](https://github.com/PerryLink/dsh-test-drive) | DeepSeek Harness प्लगइनों के लिए पृथक इंस्टॉल-और-स्मोक परीक्षण। |
190
+ | [dsh-translate](https://github.com/PerryLink/dsh-translate) | DeepSeek Harness के लिए वेंडर पैरामीटर अनुवाद और नियतात्मक JSON मरम्मत। |
191
+
156
192
  ## License
157
193
 
158
194
  [Apache License 2.0](LICENSE) © 2026 dsh-library contributors
package/README.md CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  | Surface | Status |
26
26
  |---|---|
27
- | Harness | DeepSeek Harness `0.1.0-rc.6` (compat declared for `0.1.0-rc.5`–`0.1.0-rc.6`) |
27
+ | Harness | DeepSeek Harness `0.1.0-rc.8` (compat declared for `0.1.0-rc.8`) |
28
28
  | Node | `^22.19.0 \|\| >=24.0.0` |
29
29
  | Storage | Any storage-domain backend (JSON or SQLite); the index lives in the host's storage domain |
30
30
  | Models | None required — the built-in embedder is deterministic hashing (zero downloads) |
@@ -137,7 +137,7 @@ All tunables are Schemastery `Config` fields (changeable from cordis.yml). An id
137
137
  ```sh
138
138
  pnpm install # node ^22.19 || >=24
139
139
  pnpm run typecheck # tsc: src + tests against the local harness checkout
140
- pnpm run typecheck:ci # tsc against the published 0.1.0-rc.6 types (no paths)
140
+ pnpm run typecheck:ci # tsc against the published 0.1.0-rc.8 types (no paths)
141
141
  pnpm test # vitest: quality ports, core vocabulary, real-stack assembly
142
142
  pnpm run build # tsdown bundle + tsc declarations (lib/)
143
143
  pnpm run verify:self-contained # dependency specs resolve from the registry
@@ -153,6 +153,42 @@ pnpm pack # the published tarball
153
153
 
154
154
  - [@PerryLink](https://github.com/PerryLink) — creator and maintainer: the eight quality ports, storage-domain index, hybrid retrieval pipeline, citation/purge verification, and the five-language docs.
155
155
 
156
+ ## PerryLink DSH Plugin Family
157
+
158
+ This project is one of the [29 DeepSeek Harness plugins](https://github.com/PerryLink) maintained by [PerryLink](https://github.com/PerryLink). If this one helps you, the others likely will too:
159
+
160
+ | Plugin | One-liner |
161
+ |---|---|
162
+ | [dsh-auto-review](https://github.com/PerryLink/dsh-auto-review) | Second-model auto-review on the approval chain, fail-closed by default |
163
+ | [dsh-background-agents](https://github.com/PerryLink/dsh-background-agents) | Durable background child agents with a Web UI sidebar, messaging and interrupt |
164
+ | [dsh-budget](https://github.com/PerryLink/dsh-budget) | Cost governance for DeepSeek Harness: budgets, carbon, and latency in one panel. |
165
+ | [dsh-checkpoint-rewind](https://github.com/PerryLink/dsh-checkpoint-rewind) | Claude Code /rewind-equivalent: snapshots, session forks, one-shot restore |
166
+ | [dsh-claude-move](https://github.com/PerryLink/dsh-claude-move) | Migrate Claude Code sessions, memory, skills and CLAUDE.md into DSH |
167
+ | [dsh-click](https://github.com/PerryLink/dsh-click) | Cross-platform native desktop control for DeepSeek Harness — Windows first. |
168
+ | [dsh-composer-history](https://github.com/PerryLink/dsh-composer-history) | Terminal-style input history for the web composer: arrows, Ctrl+R search |
169
+ | [dsh-defend](https://github.com/PerryLink/dsh-defend) | Prompt-injection, jailbreak, and secret-leak defense for DeepSeek Harness. |
170
+ | [dsh-doublecheck](https://github.com/PerryLink/dsh-doublecheck) | Engineering-discipline guard: requirements grill, test gates, adversary review |
171
+ | [dsh-draw](https://github.com/PerryLink/dsh-draw) | Unified static-image generation routing for DeepSeek Harness. |
172
+ | [dsh-fast](https://github.com/PerryLink/dsh-fast) | Read-only performance diagnostics for DeepSeek Harness. |
173
+ | [dsh-github](https://github.com/PerryLink/dsh-github) | GitHub PR/issues integration for DSH, every write gated by approval |
174
+ | **[dsh-library](https://github.com/PerryLink/dsh-library)** | Local document knowledge base for DeepSeek Harness. |
175
+ | [dsh-local-ai](https://github.com/PerryLink/dsh-local-ai) | Local-model (Ollama) integration for DeepSeek Harness. |
176
+ | [dsh-lsp-actions](https://github.com/PerryLink/dsh-lsp-actions) | LSP diagnostics, formatting, completion, code actions and rename over language servers |
177
+ | [dsh-mask](https://github.com/PerryLink/dsh-mask) | PII masking middleware for DeepSeek Harness — anonymize personal data before it reaches the model, restore it at the display layer. |
178
+ | [dsh-mcp-panel](https://github.com/PerryLink/dsh-mcp-panel) | Read-only MCP runtime panel: /mcp command + Settings tab with status, tools and errors |
179
+ | [dsh-memento](https://github.com/PerryLink/dsh-memento) | Approval-gated cross-session memory: ctx.memory seam + SQLite + memory tool |
180
+ | [dsh-observe](https://github.com/PerryLink/dsh-observe) | OpenTelemetry and Langfuse observability exporter for DeepSeek Harness. |
181
+ | [dsh-output-styles](https://github.com/PerryLink/dsh-output-styles) | Claude Code outputStyles-equivalent runtime style switching |
182
+ | [dsh-permission-rules](https://github.com/PerryLink/dsh-permission-rules) | Claude Code-style declarative allow/deny/ask permission rules with audit |
183
+ | [dsh-plugin-guide](https://github.com/PerryLink/dsh-plugin-guide) | Plugin-development knowledge base as an on-demand agent skill |
184
+ | [dsh-score](https://github.com/PerryLink/dsh-score) | Multi-dimensional quality scoring for DeepSeek Harness plugins. |
185
+ | [dsh-session-pin](https://github.com/PerryLink/dsh-session-pin) | Pin sessions in the Web sidebar with durable ordering |
186
+ | [dsh-session-sync](https://github.com/PerryLink/dsh-session-sync) | Cross-device session sync for DeepSeek Harness — a dedicated git mirror of your session store. |
187
+ | [dsh-skill-pack-security](https://github.com/PerryLink/dsh-skill-pack-security) | Security-audit skill pack: secret scan, dependency and supply-chain review |
188
+ | [dsh-talk](https://github.com/PerryLink/dsh-talk) | Voice-first session loop for DeepSeek Harness: talk to it, hear it answer. |
189
+ | [dsh-test-drive](https://github.com/PerryLink/dsh-test-drive) | Isolated install-and-smoke test drives for DeepSeek Harness plugins. |
190
+ | [dsh-translate](https://github.com/PerryLink/dsh-translate) | Vendor parameter translation and deterministic JSON repair for DeepSeek Harness. |
191
+
156
192
  ## License
157
193
 
158
194
  [Apache License 2.0](LICENSE) © 2026 dsh-library contributors
package/README.pt.md CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  | Superfície | Status |
26
26
  |---|---|
27
- | Harness | DeepSeek Harness `0.1.0-rc.6` (compatibilidade declarada para `0.1.0-rc.5`–`0.1.0-rc.6`) |
27
+ | Harness | DeepSeek Harness `0.1.0-rc.8` (compatibilidade declarada para `0.1.0-rc.8`) |
28
28
  | Node | `^22.19.0 \|\| >=24.0.0` |
29
29
  | Armazenamento | Qualquer backend de storage-domain (JSON ou SQLite); o índice vive no domínio de armazenamento do host |
30
30
  | Modelos | Nenhum necessário — o embedder integrado é hash determinístico (zero downloads) |
@@ -137,7 +137,7 @@ Todos os ajustes são campos `Config` do Schemastery (alteráveis pelo cordis.ym
137
137
  ```sh
138
138
  pnpm install # node ^22.19 || >=24
139
139
  pnpm run typecheck # tsc: src + tests contra o checkout local do harness
140
- pnpm run typecheck:ci # tsc contra os tipos publicados 0.1.0-rc.6 (sem paths)
140
+ pnpm run typecheck:ci # tsc contra os tipos publicados 0.1.0-rc.8 (sem paths)
141
141
  pnpm test # vitest: portas de qualidade, vocabulário núcleo, montagem com pilha real
142
142
  pnpm run build # bundle tsdown + declarações tsc (lib/)
143
143
  pnpm run verify:self-contained # especificações de dependências resolvem pelo registry
@@ -153,6 +153,42 @@ pnpm pack # o tarball publicado
153
153
 
154
154
  - [@PerryLink](https://github.com/PerryLink) — criador e mantenedor: os oito portes de qualidade, o índice de domínio de armazenamento, o pipeline de recuperação híbrido, a verificação de citações/expurgo e a documentação em cinco idiomas.
155
155
 
156
+ ## PerryLink DSH Plugin Family
157
+
158
+ Este projeto é um dos [29 complementos do DeepSeek Harness](https://github.com/PerryLink) mantidos por [PerryLink](https://github.com/PerryLink). Se este ajuda você, os outros provavelmente também ajudarão:
159
+
160
+ | Plugin | One-liner |
161
+ |---|---|
162
+ | [dsh-auto-review](https://github.com/PerryLink/dsh-auto-review) | Auto-revisão com segundo modelo na cadeia de aprovação, falha fechada por padrão |
163
+ | [dsh-background-agents](https://github.com/PerryLink/dsh-background-agents) | Agentes filhos em segundo plano e duráveis com barra lateral Web, mensagens e interrupção |
164
+ | [dsh-budget](https://github.com/PerryLink/dsh-budget) | Governança de custos para DeepSeek Harness: orçamentos, carbono e latência em um painel. |
165
+ | [dsh-checkpoint-rewind](https://github.com/PerryLink/dsh-checkpoint-rewind) | Equivalente ao /rewind do Claude Code: instantâneos, bifurcações e restauração de uma vez |
166
+ | [dsh-claude-move](https://github.com/PerryLink/dsh-claude-move) | Migra sessões, memória, skills e CLAUDE.md do Claude Code para o DSH |
167
+ | [dsh-click](https://github.com/PerryLink/dsh-click) | Controle de desktop nativo multiplataforma para DeepSeek Harness — Windows primeiro. |
168
+ | [dsh-composer-history](https://github.com/PerryLink/dsh-composer-history) | Histórico de entrada estilo terminal para o compositor web: setas, busca Ctrl+R |
169
+ | [dsh-defend](https://github.com/PerryLink/dsh-defend) | Defesa contra injeção de prompt, jailbreak e vazamento de segredos para DeepSeek Harness. |
170
+ | [dsh-doublecheck](https://github.com/PerryLink/dsh-doublecheck) | Guarda de disciplina de engenharia: sabatina de requisitos, portões de teste, revisão adversária |
171
+ | [dsh-draw](https://github.com/PerryLink/dsh-draw) | Roteamento unificado de geração de imagens estáticas para DeepSeek Harness. |
172
+ | [dsh-fast](https://github.com/PerryLink/dsh-fast) | Diagnóstico de desempenho somente leitura para DeepSeek Harness. |
173
+ | [dsh-github](https://github.com/PerryLink/dsh-github) | Integração de PR/issues do GitHub para DSH, toda escrita com aprovação |
174
+ | **[dsh-library](https://github.com/PerryLink/dsh-library)** | Base de conhecimento documental local para DeepSeek Harness. |
175
+ | [dsh-local-ai](https://github.com/PerryLink/dsh-local-ai) | Integração de modelos locais (Ollama) para DeepSeek Harness. |
176
+ | [dsh-lsp-actions](https://github.com/PerryLink/dsh-lsp-actions) | Diagnóstico, formatação, completação, ações e renomeação LSP via servidores de linguagem |
177
+ | [dsh-mask](https://github.com/PerryLink/dsh-mask) | Middleware de mascaramento de PII para DeepSeek Harness — anonimiza antes do modelo e restaura na camada de exibição. |
178
+ | [dsh-mcp-panel](https://github.com/PerryLink/dsh-mcp-panel) | Painel MCP somente leitura: comando /mcp + aba de configurações com status, ferramentas e erros |
179
+ | [dsh-memento](https://github.com/PerryLink/dsh-memento) | Memória entre sessões com porta de aprovação: seam ctx.memory + SQLite + ferramenta memory |
180
+ | [dsh-observe](https://github.com/PerryLink/dsh-observe) | Exportador de observabilidade OpenTelemetry e Langfuse para DeepSeek Harness. |
181
+ | [dsh-output-styles](https://github.com/PerryLink/dsh-output-styles) | Troca de estilos em tempo de execução equivalente ao outputStyles do Claude Code |
182
+ | [dsh-permission-rules](https://github.com/PerryLink/dsh-permission-rules) | Regras declarativas allow/deny/ask estilo Claude Code com auditoria |
183
+ | [dsh-plugin-guide](https://github.com/PerryLink/dsh-plugin-guide) | Base de conhecimento de desenvolvimento de plugins como skill de agente sob demanda |
184
+ | [dsh-score](https://github.com/PerryLink/dsh-score) | Pontuação de qualidade multidimensional para plugins do DeepSeek Harness. |
185
+ | [dsh-session-pin](https://github.com/PerryLink/dsh-session-pin) | Fixa sessões na barra lateral Web com ordenação durável |
186
+ | [dsh-session-sync](https://github.com/PerryLink/dsh-session-sync) | Sincronização de sessões entre dispositivos para DeepSeek Harness — um espelho git dedicado do seu armazenamento de sessões. |
187
+ | [dsh-skill-pack-security](https://github.com/PerryLink/dsh-skill-pack-security) | Pacote de skills de auditoria de segurança: varredura de segredos, revisão de dependências e cadeia de suprimentos |
188
+ | [dsh-talk](https://github.com/PerryLink/dsh-talk) | Loop de sessão com voz para DeepSeek Harness: fale e ouça a resposta. |
189
+ | [dsh-test-drive](https://github.com/PerryLink/dsh-test-drive) | Testes isolados de instalação e inicialização para plugins do DeepSeek Harness. |
190
+ | [dsh-translate](https://github.com/PerryLink/dsh-translate) | Tradução de parâmetros entre fornecedores e reparo determinístico de JSON para DeepSeek Harness. |
191
+
156
192
  ## License
157
193
 
158
194
  [Apache License 2.0](LICENSE) © 2026 dsh-library contributors
package/README.zh.md CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  | 方面 | 状态 |
26
26
  |---|---|
27
- | Harness | DeepSeek Harness `0.1.0-rc.6`(声明兼容 `0.1.0-rc.5`–`0.1.0-rc.6`) |
27
+ | Harness | DeepSeek Harness `0.1.0-rc.8`(声明兼容 `0.1.0-rc.8`) |
28
28
  | Node | `^22.19.0 \|\| >=24.0.0` |
29
29
  | 存储 | 任意 storage-domain 后端(JSON 或 SQLite);索引存放在宿主的存储域中 |
30
30
  | 模型 | 无需任何模型 —— 内置嵌入为确定性哈希(零下载) |
@@ -137,7 +137,7 @@ dsh --profile web --dump-config | grep -A2 'id: dsh-library'
137
137
  ```sh
138
138
  pnpm install # node ^22.19 || >=24
139
139
  pnpm run typecheck # tsc:src + tests 对照本地 harness checkout
140
- pnpm run typecheck:ci # tsc:对照已发布的 0.1.0-rc.6 类型(无 paths)
140
+ pnpm run typecheck:ci # tsc:对照已发布的 0.1.0-rc.8 类型(无 paths)
141
141
  pnpm test # vitest:八移植回归、核心词汇、真实栈装配
142
142
  pnpm run build # tsdown bundle + tsc 声明(lib/)
143
143
  pnpm run verify:self-contained # 依赖声明全部来自 registry
@@ -153,6 +153,42 @@ pnpm pack # 发布用 tarball
153
153
 
154
154
  - [@PerryLink](https://github.com/PerryLink) —— 创建者与维护者:八项质量移植、存储域索引、混合检索管线、引用/清除验证与五语文档。
155
155
 
156
+ ## PerryLink DSH Plugin Family
157
+
158
+ 本项目是由 [PerryLink](https://github.com/PerryLink) 维护的 [29 个 DeepSeek Harness 插件](https://github.com/PerryLink)之一。如果这个对你有用,其他插件很可能也会:
159
+
160
+ | Plugin | One-liner |
161
+ |---|---|
162
+ | [dsh-auto-review](https://github.com/PerryLink/dsh-auto-review) | 审批链上的第二模型自动审查,默认失败关闭 |
163
+ | [dsh-background-agents](https://github.com/PerryLink/dsh-background-agents) | 持久化后台子代理,带 Web UI 侧边栏、消息与打断 |
164
+ | [dsh-budget](https://github.com/PerryLink/dsh-budget) | DeepSeek Harness 的成本治理:预算、碳排与延迟一屏呈现。 |
165
+ | [dsh-checkpoint-rewind](https://github.com/PerryLink/dsh-checkpoint-rewind) | Claude Code /rewind 等价物:快照、会话分叉、一次性恢复 |
166
+ | [dsh-claude-move](https://github.com/PerryLink/dsh-claude-move) | 将 Claude Code 会话、记忆、技能与 CLAUDE.md 迁入 DSH |
167
+ | [dsh-click](https://github.com/PerryLink/dsh-click) | 跨平台原生桌面控制(DeepSeek Harness),Windows 优先。 |
168
+ | [dsh-composer-history](https://github.com/PerryLink/dsh-composer-history) | Web 输入框的终端式输入历史:方向键、Ctrl+R 搜索 |
169
+ | [dsh-defend](https://github.com/PerryLink/dsh-defend) | DeepSeek Harness 的提示注入、越狱与密钥泄露防护。 |
170
+ | [dsh-doublecheck](https://github.com/PerryLink/dsh-doublecheck) | 工程纪律门禁:需求质询、测试门禁、对抗式审查 |
171
+ | [dsh-draw](https://github.com/PerryLink/dsh-draw) | DeepSeek Harness 的统一静态图像生成路由。 |
172
+ | [dsh-fast](https://github.com/PerryLink/dsh-fast) | DeepSeek Harness 的只读性能诊断。 |
173
+ | [dsh-github](https://github.com/PerryLink/dsh-github) | DSH 的 GitHub PR/issue 集成,每次写入都经审批门 |
174
+ | **[dsh-library](https://github.com/PerryLink/dsh-library)** | DeepSeek Harness 的本地文档知识库。 |
175
+ | [dsh-local-ai](https://github.com/PerryLink/dsh-local-ai) | DeepSeek Harness 的本地模型(Ollama)接入。 |
176
+ | [dsh-lsp-actions](https://github.com/PerryLink/dsh-lsp-actions) | 经语言服务器的 LSP 诊断、格式化、补全、代码操作与重命名 |
177
+ | [dsh-mask](https://github.com/PerryLink/dsh-mask) | DeepSeek Harness 的 PII 脱敏中间件——数据到模型前匿名化,展示层还原。 |
178
+ | [dsh-mcp-panel](https://github.com/PerryLink/dsh-mcp-panel) | 只读 MCP 运行时面板:/mcp 命令 + 带状态、工具与错误的设置页 |
179
+ | [dsh-memento](https://github.com/PerryLink/dsh-memento) | 带审批门的跨会话记忆:ctx.memory 接缝 + SQLite + memory 工具 |
180
+ | [dsh-observe](https://github.com/PerryLink/dsh-observe) | DeepSeek Harness 的 OpenTelemetry 与 Langfuse 可观测导出器。 |
181
+ | [dsh-output-styles](https://github.com/PerryLink/dsh-output-styles) | Claude Code outputStyles 等价的运行时样式切换 |
182
+ | [dsh-permission-rules](https://github.com/PerryLink/dsh-permission-rules) | Claude Code 风格声明式 allow/deny/ask 权限规则,带审计 |
183
+ | [dsh-plugin-guide](https://github.com/PerryLink/dsh-plugin-guide) | 按需 agent 技能形式的插件开发知识库 |
184
+ | [dsh-score](https://github.com/PerryLink/dsh-score) | DeepSeek Harness 插件的多指标质量评分。 |
185
+ | [dsh-session-pin](https://github.com/PerryLink/dsh-session-pin) | 在 Web 侧边栏置顶会话,顺序持久化 |
186
+ | [dsh-session-sync](https://github.com/PerryLink/dsh-session-sync) | DeepSeek Harness 的跨设备会话同步——会话存储的专用 git 镜像。 |
187
+ | [dsh-skill-pack-security](https://github.com/PerryLink/dsh-skill-pack-security) | 安全审计技能包:密钥扫描、依赖与供应链审查 |
188
+ | [dsh-talk](https://github.com/PerryLink/dsh-talk) | DeepSeek Harness 的语音优先会话闭环:对它说,听它答。 |
189
+ | [dsh-test-drive](https://github.com/PerryLink/dsh-test-drive) | DeepSeek Harness 插件的隔离式安装冒烟实测。 |
190
+ | [dsh-translate](https://github.com/PerryLink/dsh-translate) | DeepSeek Harness 的厂商参数翻译与确定性 JSON 修复。 |
191
+
156
192
  ## License
157
193
 
158
194
  [Apache License 2.0](LICENSE) © 2026 dsh-library contributors
package/cordis.patch.yml CHANGED
@@ -3,6 +3,19 @@
3
3
  # Every key below is a Config field (Schemastery schema); invalid values fail
4
4
  # the profile load loudly. See README.md "Configuration" for the full table.
5
5
  - insert:
6
+ - id: storage
7
+ name: '@deepseek-ai/dsh-storage'
8
+
9
+ - id: storage-json
10
+ name: '@deepseek-ai/dsh-storage-json'
11
+ config:
12
+ root: !!js dshHomePath('storages')
13
+
14
+ - id: storage-domain
15
+ name: '@deepseek-ai/dsh-storage-domain'
16
+ config:
17
+ backend: json
18
+
6
19
  - id: dsh-library
7
20
  name: dsh-library
8
21
  config:
@@ -15,30 +15,30 @@ import type { Context } from '@deepseek-ai/cordis';
15
15
  import { type Domain } from '@deepseek-ai/dsh-storage-domain';
16
16
  import { z as zod } from 'zod';
17
17
  import type { SubprocessRuntime } from '@deepseek-ai/dsh-subprocess';
18
- import { Config, type ResolvedConfig } from './config.ts';
19
- import { chunkSizeHistogram } from './quality/chunk-visual.ts';
18
+ import { Config, type ResolvedConfig } from './config.js';
19
+ import { chunkSizeHistogram } from './quality/chunk-visual.js';
20
20
  export declare const name = "dsh-library";
21
21
  /** Hard services: the durable index lives in the storage domain; tools and the command register here. */
22
22
  export declare const inject: string[];
23
- export { Config, resolveConfig, LIBRARY_NAME } from './config.ts';
24
- export type { ResolvedConfig, EmbeddingConfig, SearchConfig, InjectionConfig, CitationConfig, PurgeConfig, DiagnoseConfig } from './config.ts';
25
- export { embedHash, cosine, splitCommandLine } from './embedding.ts';
26
- export { CHUNK_SIZE_BUCKETS, chunkSizeHistogram, chunkText, chunkHash, findDuplicateChunks } from './quality/chunk-visual.ts';
27
- export type { Chunk, ChunkSizeHistogram, ChunkDiagnostics } from './quality/chunk-visual.ts';
28
- export { checkDiversity, maximalMarginalRelevance } from './quality/diversity.ts';
29
- export type { DiversityReport, RerankCandidate, DuplicatePair } from './quality/diversity.ts';
30
- export { successByPosition, makeProbe, insertProbe, buildProbePrompt, avoidLostMiddle, positionBins, middlePenalty, PROBE_PREFIX } from './quality/lost-middle.ts';
31
- export type { ProbeResult, PositionStats, RankedItem, PositionBin } from './quality/lost-middle.ts';
32
- export { scoreRelevance, scoreBatch, filterDocuments } from './quality/relevance.ts';
33
- export type { ScoredDocument } from './quality/relevance.ts';
34
- export { validateQaPair, selectFewShot, formatFewShotPrompt } from './quality/few-shot.ts';
35
- export type { QaExample, SelectedExample, FewShotOptions } from './quality/few-shot.ts';
36
- export { extractCitations, extractContext, verifyReferences } from './quality/reference.ts';
37
- export type { CitationMarker, ReferenceDocument, ReferenceVerdict, ReferenceReport, ReferenceOptions } from './quality/reference.ts';
38
- export { extractCitationNumbers, extractSentenceWithCitation, fuzzyPartialRatio, validateCitation, validateCitations } from './quality/citation.ts';
39
- export type { CitationMatch, ValidationResult } from './quality/citation.ts';
40
- export { verifyPurge, sampleSignatures } from './quality/purge.ts';
41
- export type { RemainingChunk, PurgeProbeResult, PurgeReport, PurgeOptions } from './quality/purge.ts';
23
+ export { Config, resolveConfig, LIBRARY_NAME } from './config.js';
24
+ export type { ResolvedConfig, EmbeddingConfig, SearchConfig, InjectionConfig, CitationConfig, PurgeConfig, DiagnoseConfig } from './config.js';
25
+ export { embedHash, cosine, splitCommandLine } from './embedding.js';
26
+ export { CHUNK_SIZE_BUCKETS, chunkSizeHistogram, chunkText, chunkHash, findDuplicateChunks } from './quality/chunk-visual.js';
27
+ export type { Chunk, ChunkSizeHistogram, ChunkDiagnostics } from './quality/chunk-visual.js';
28
+ export { checkDiversity, maximalMarginalRelevance } from './quality/diversity.js';
29
+ export type { DiversityReport, RerankCandidate, DuplicatePair } from './quality/diversity.js';
30
+ export { successByPosition, makeProbe, insertProbe, buildProbePrompt, avoidLostMiddle, positionBins, middlePenalty, PROBE_PREFIX } from './quality/lost-middle.js';
31
+ export type { ProbeResult, PositionStats, RankedItem, PositionBin } from './quality/lost-middle.js';
32
+ export { scoreRelevance, scoreBatch, filterDocuments } from './quality/relevance.js';
33
+ export type { ScoredDocument } from './quality/relevance.js';
34
+ export { validateQaPair, selectFewShot, formatFewShotPrompt } from './quality/few-shot.js';
35
+ export type { QaExample, SelectedExample, FewShotOptions } from './quality/few-shot.js';
36
+ export { extractCitations, extractContext, verifyReferences } from './quality/reference.js';
37
+ export type { CitationMarker, ReferenceDocument, ReferenceVerdict, ReferenceReport, ReferenceOptions } from './quality/reference.js';
38
+ export { extractCitationNumbers, extractSentenceWithCitation, fuzzyPartialRatio, validateCitation, validateCitations } from './quality/citation.js';
39
+ export type { CitationMatch, ValidationResult } from './quality/citation.js';
40
+ export { verifyPurge, sampleSignatures } from './quality/purge.js';
41
+ export type { RemainingChunk, PurgeProbeResult, PurgeReport, PurgeOptions } from './quality/purge.js';
42
42
  /** The dsh-library storage-domain declaration (unit names allow `[a-z][a-z0-9_]*` only). */
43
43
  export declare const libraryDomainSpec: {
44
44
  name: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dsh-library",
3
- "version": "0.1.0",
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",
3
+ "version": "0.1.2",
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",
7
7
  "url": "git+https://github.com/PerryLink/dsh-library.git"
@@ -67,8 +67,7 @@
67
67
  ],
68
68
  "compatibility": {
69
69
  "dshVersions": [
70
- "0.1.0-rc.5",
71
- "0.1.0-rc.6"
70
+ "0.1.0-rc.8"
72
71
  ]
73
72
  },
74
73
  "capability": {
@@ -104,13 +103,15 @@
104
103
  "packageManager": "pnpm@11.7.0",
105
104
  "peerDependencies": {
106
105
  "@deepseek-ai/cordis": "^4.0.1",
107
- "@deepseek-ai/schemastery": "^3.18.0",
108
- "@deepseek-ai/dsh-fs": "0.1.0-rc.6",
109
- "@deepseek-ai/dsh-llm": "0.1.0-rc.6",
110
- "@deepseek-ai/dsh-session": "0.1.0-rc.6",
111
- "@deepseek-ai/dsh-storage-domain": "0.1.0-rc.6",
112
- "@deepseek-ai/dsh-subprocess": "0.1.0-rc.6",
113
- "@deepseek-ai/dsh-tools": "0.1.0-rc.6"
106
+ "@deepseek-ai/dsh-fs": ">=0.1.0-rc.8 <0.2.0",
107
+ "@deepseek-ai/dsh-llm": ">=0.1.0-rc.8 <0.2.0",
108
+ "@deepseek-ai/dsh-session": ">=0.1.0-rc.8 <0.2.0",
109
+ "@deepseek-ai/dsh-storage": ">=0.1.0-rc.8 <0.2.0",
110
+ "@deepseek-ai/dsh-storage-domain": ">=0.1.0-rc.8 <0.2.0",
111
+ "@deepseek-ai/dsh-storage-json": ">=0.1.0-rc.8 <0.2.0",
112
+ "@deepseek-ai/dsh-subprocess": ">=0.1.0-rc.8 <0.2.0",
113
+ "@deepseek-ai/dsh-tools": ">=0.1.0-rc.8 <0.2.0",
114
+ "@deepseek-ai/schemastery": "^3.18.0"
114
115
  },
115
116
  "dependencies": {
116
117
  "tsdown": "^0.22.14",
@@ -119,20 +120,24 @@
119
120
  },
120
121
  "devDependencies": {
121
122
  "@deepseek-ai/cordis": "^4.0.1",
123
+ "@deepseek-ai/cordis-plugin-include": "1.0.6",
124
+ "@deepseek-ai/cordis-plugin-loader": "1.0.2",
125
+ "@deepseek-ai/dsh-agent": "0.1.0-rc.8",
126
+ "@deepseek-ai/dsh-commands": "0.1.0-rc.8",
127
+ "@deepseek-ai/dsh-fs": "0.1.0-rc.8",
128
+ "@deepseek-ai/dsh-fs-local": "0.1.0-rc.8",
129
+ "@deepseek-ai/dsh-llm": "0.1.0-rc.8",
130
+ "@deepseek-ai/dsh-session": "0.1.0-rc.8",
131
+ "@deepseek-ai/dsh-storage": "0.1.0-rc.8",
132
+ "@deepseek-ai/dsh-storage-domain": "0.1.0-rc.8",
133
+ "@deepseek-ai/dsh-storage-json": "0.1.0-rc.8",
134
+ "@deepseek-ai/dsh-subprocess": "0.1.0-rc.8",
135
+ "@deepseek-ai/dsh-subprocess-local": "0.1.0-rc.8",
136
+ "@deepseek-ai/dsh-tools": "0.1.0-rc.8",
122
137
  "@deepseek-ai/schemastery": "^3.18.0",
123
- "@deepseek-ai/dsh-agent": "0.1.0-rc.6",
124
- "@deepseek-ai/dsh-commands": "0.1.0-rc.6",
125
- "@deepseek-ai/dsh-fs": "0.1.0-rc.6",
126
- "@deepseek-ai/dsh-fs-local": "0.1.0-rc.6",
127
- "@deepseek-ai/dsh-llm": "0.1.0-rc.6",
128
- "@deepseek-ai/dsh-session": "0.1.0-rc.6",
129
- "@deepseek-ai/dsh-storage": "0.1.0-rc.6",
130
- "@deepseek-ai/dsh-storage-domain": "0.1.0-rc.6",
131
- "@deepseek-ai/dsh-storage-json": "0.1.0-rc.6",
132
- "@deepseek-ai/dsh-subprocess": "0.1.0-rc.6",
133
- "@deepseek-ai/dsh-subprocess-local": "0.1.0-rc.6",
134
- "@deepseek-ai/dsh-tools": "0.1.0-rc.6",
135
138
  "@types/node": "^22.19.0",
139
+ "@vitest/coverage-v8": "3.2.0",
140
+ "oxlint": "0.18.1",
136
141
  "vitest": "^3.2.0"
137
142
  },
138
143
  "scripts": {
@@ -142,6 +147,9 @@
142
147
  "typecheck:ci": "tsc -p tsconfig.ci.json --noEmit",
143
148
  "test": "vitest run",
144
149
  "test:watch": "vitest",
150
+ "test:coverage": "vitest run --coverage",
151
+ "lint": "oxlint",
152
+ "check:readmes": "node scripts/check-readme-sync.mjs",
145
153
  "verify:self-contained": "node scripts/verify-self-contained.mjs",
146
154
  "verify:artifacts": "node scripts/verify-artifacts.mjs"
147
155
  },