dsh-research-report 0.3.3 → 0.3.5
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 +17 -0
- package/README.es.md +9 -5
- package/README.hi.md +9 -5
- package/README.md +9 -5
- package/README.pt.md +9 -5
- package/README.zh.md +9 -5
- package/lib/cli.js +1 -1
- package/lib/index.js +3 -3
- package/lib/types/provider-local.js +2 -2
- package/lib/types/version.d.ts +1 -1
- package/lib/types/version.js +1 -1
- package/lib/{verify-sealed-rzjYVqXf.js → verify-sealed-94PehN31.js} +1 -1
- package/package.json +19 -19
- package/src/provider-local.ts +2 -2
- package/src/version.ts +1 -1
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.3.5] - 2026-09-07
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- Align the `@deepseek-ai/dsh-*` peer ranges to `>=0.1.2-rc.1 <0.2.0`: the older `>=0.1.0-rc.8 <0.2.0` band resolved to only the `0.1.0-rc.8` prerelease under registry-driven resolution and broke fresh tarball installs; no behavior change.
|
|
13
|
+
|
|
14
|
+
### Docs
|
|
15
|
+
|
|
16
|
+
- Refresh the five-language README support-version wording: the verified GitHub tag `dsh-v0.1.3-alpha.1` now leads the compatibility claim, while npm `0.1.2-rc.1` stays the published dependency-pin line (peers `>=0.1.2-rc.1 <0.2.0`); no behavior change.
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## [0.3.4] - 2026-09-04
|
|
20
|
+
|
|
21
|
+
### Changed
|
|
22
|
+
|
|
23
|
+
- Align the devDependency pins to the published dsh `0.1.2-rc.1` line (10 `@deepseek-ai/dsh-*` packages), the `dshWorkshop` compatibility list, and the compat/CI probes; the five-language READMEs and AGENTS facts record the rc.1 line. No behavior change (the seam re-check on the 0.1.3-alpha.1 checkout found no consumer-facing break; the adaptive `research-report/*` event gate behaves identically on `0.1.2-rc.1`).
|
|
24
|
+
|
|
8
25
|
## [0.3.3] - 2026-09-02
|
|
9
26
|
|
|
10
27
|
### Docs
|
package/README.es.md
CHANGED
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
|
|
24
24
|
## Compatibility
|
|
25
25
|
|
|
26
|
-
- DeepSeek Harness `
|
|
27
|
-
0.1.2-
|
|
26
|
+
- DeepSeek Harness `dsh-v0.1.3-alpha.1` (GitHub tag, verificado el 2026-09-06). Línea de dependencias npm `0.1.2-rc.1`; peers `>=0.1.2-rc.1 <0.2.0`.
|
|
27
|
+
0.1.2-rc.1 (adaptado el 2026-09-04): el sobre de sesión conserva su campo ignorable solo para compatibilidad de lectura de logs almacenados - Session.append aún no puede estamparlo, por lo que el comportamiento de la puerta no cambia. Verificado el 2026-09-06 contra el checkout master dsh-v0.1.3-alpha.1 (cadena completa de puertas + smoke de instalación del profile).
|
|
28
28
|
- Node `^22.19.0 || >=24.0.0`, solo ESM (`"type": "module"`).
|
|
29
|
-
- Dependencias peer: `@deepseek-ai/cordis ^4.0.1`, `@deepseek-ai/schemastery ^3.18.0`, y `@deepseek-ai/dsh-session`, `@deepseek-ai/dsh-tools`, `@deepseek-ai/dsh-system-prompt`, `@deepseek-ai/dsh-web`, `@deepseek-ai/dsh-jobs` en `0.1.2-
|
|
29
|
+
- Dependencias peer: `@deepseek-ai/cordis ^4.0.1`, `@deepseek-ai/schemastery ^3.18.0`, y `@deepseek-ai/dsh-session`, `@deepseek-ai/dsh-tools`, `@deepseek-ai/dsh-system-prompt`, `@deepseek-ai/dsh-web`, `@deepseek-ai/dsh-jobs` en `0.1.2-rc.1`.
|
|
30
30
|
- Hermanos opcionales (nunca obligatorios): proveedores de `ctx.web` para captura URL/recolección, `ctx.jobs` para ensamblado en segundo plano, `ctx.dataQuality` (dsh-data-quality) para verificación de citas sobre datasets.
|
|
31
31
|
|
|
32
32
|
## What you get
|
|
@@ -148,8 +148,8 @@ node scripts/verify-frozen-contract.mjs
|
|
|
148
148
|
pnpm pack
|
|
149
149
|
```
|
|
150
150
|
|
|
151
|
-
- `typecheck` resuelve `@deepseek-ai/*` a través de los peers 0.1.2-
|
|
152
|
-
- Las pruebas usan los `Context`/`Session`/`ToolRuntime`/`LocalJobRegistry`/`WebRuntime` reales de los peers 0.1.2-
|
|
151
|
+
- `typecheck` resuelve `@deepseek-ai/*` a través de los peers 0.1.2-rc.1 instalados; `typecheck:ci` desactiva `skipLibCheck` y activa `verbatimModuleSyntax` contra los tipos publicados. Ambos deben permanecer verdes.
|
|
152
|
+
- Las pruebas usan los `Context`/`Session`/`ToolRuntime`/`LocalJobRegistry`/`WebRuntime` reales de los peers 0.1.2-rc.1; solo los backends de red son proveedores scriptados registrados a través de los registros reales de `ctx.web`.
|
|
153
153
|
- Release: `node scripts/release.mjs <x.y.z>` (sube versión, sella CHANGELOG, re-ejecuta la puerta, commitea + etiqueta; nunca hace push).
|
|
154
154
|
|
|
155
155
|
## Topics
|
|
@@ -202,3 +202,7 @@ Este proyecto es uno de los [33 complementos de DeepSeek Harness](https://github
|
|
|
202
202
|
## License
|
|
203
203
|
|
|
204
204
|
Apache-2.0 — ver [LICENSE](LICENSE).
|
|
205
|
+
|
|
206
|
+
### Instalar desde el mercado de DSH Desktop
|
|
207
|
+
|
|
208
|
+
Todos los plugins de PerryLink pueden explorarse en el mercado integrado de DSH Desktop: **Market → Sources → add source → pegar** `https://perrylink-dsh-catalog.perrylink.workers.dev/catalog-source.json` **→ seleccionarlo**. La instalación sigue pasando por la verificación de identidad npm del mercado y tu confirmación.
|
package/README.hi.md
CHANGED
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
|
|
24
24
|
## Compatibility
|
|
25
25
|
|
|
26
|
-
- DeepSeek Harness `
|
|
27
|
-
0.1.2-
|
|
26
|
+
- DeepSeek Harness `dsh-v0.1.3-alpha.1` (GitHub tag, 2026-09-06 को सत्यापित)। npm डिपेंडेंसी लाइन `0.1.2-rc.1`; peers `>=0.1.2-rc.1 <0.2.0`।
|
|
27
|
+
0.1.2-rc.1 (2026-09-04 को अनुकूलित): सत्र लिफ़ाफ़ा अपना ignorable फ़ील्ड केवल संग्रहीत-लॉग पठन संगतता के लिए रखता है - Session.append अभी भी इसे स्टैम्प नहीं कर सकता, इसलिए गेट व्यवहार अपरिवर्तित है। 2026-09-06 को dsh-v0.1.3-alpha.1 master checkout के विरुद्ध सत्यापित (पूर्ण गेट-शृंखला + profile इंस्टॉल smoke)।
|
|
28
28
|
- Node `^22.19.0 || >=24.0.0`, केवल ESM (`"type": "module"`)।
|
|
29
|
-
- Peer डिपेंडेंसी: `@deepseek-ai/cordis ^4.0.1`, `@deepseek-ai/schemastery ^3.18.0`, तथा `0.1.2-
|
|
29
|
+
- Peer डिपेंडेंसी: `@deepseek-ai/cordis ^4.0.1`, `@deepseek-ai/schemastery ^3.18.0`, तथा `0.1.2-rc.1` के `@deepseek-ai/dsh-session`, `@deepseek-ai/dsh-tools`, `@deepseek-ai/dsh-system-prompt`, `@deepseek-ai/dsh-web`, `@deepseek-ai/dsh-jobs`।
|
|
30
30
|
- वैकल्पिक सहयोगी (कभी अनिवार्य नहीं): URL कैप्चर/गैदर के लिए `ctx.web` provider; बैकग्राउंड असेंबली के लिए `ctx.jobs`; डेटासेट उद्धरण जाँच के लिए `ctx.dataQuality` (dsh-data-quality)।
|
|
31
31
|
|
|
32
32
|
## What you get
|
|
@@ -148,8 +148,8 @@ node scripts/verify-frozen-contract.mjs
|
|
|
148
148
|
pnpm pack
|
|
149
149
|
```
|
|
150
150
|
|
|
151
|
-
- `typecheck` इंस्टॉल किए गए 0.1.2-
|
|
152
|
-
- टेस्ट 0.1.2-
|
|
151
|
+
- `typecheck` इंस्टॉल किए गए 0.1.2-rc.1 peers से `@deepseek-ai/*` resolve करता है; `typecheck:ci` प्रकाशित टाइप्स के विरुद्ध `skipLibCheck` बंद और `verbatimModuleSyntax` चालू करता है। दोनों हरे रहने चाहिए।
|
|
152
|
+
- टेस्ट 0.1.2-rc.1 peers के वास्तविक `Context`/`Session`/`ToolRuntime`/`LocalJobRegistry`/`WebRuntime` उपयोग करते हैं; केवल नेटवर्क बैकएंड वास्तविक `ctx.web` रजिस्ट्री में पंजीकृत scripted providers हैं।
|
|
153
153
|
- रिलीज़: `node scripts/release.mjs <x.y.z>` (वर्ज़न बम्प, CHANGELOG स्टैम्प, गेट पुनःचालन, कमिट + टैग; कभी push नहीं)।
|
|
154
154
|
|
|
155
155
|
## Topics
|
|
@@ -202,3 +202,7 @@ pnpm pack
|
|
|
202
202
|
## License
|
|
203
203
|
|
|
204
204
|
Apache-2.0 — देखें [LICENSE](LICENSE)।
|
|
205
|
+
|
|
206
|
+
### DSH Desktop मार्केट से इंस्टॉल करें
|
|
207
|
+
|
|
208
|
+
सभी PerryLink प्लगइन DSH Desktop के बिल्ट-इन मार्केट में देखे जा सकते हैं: **Market → Sources → add source → पेस्ट करें** `https://perrylink-dsh-catalog.perrylink.workers.dev/catalog-source.json` **→ चुनें**। इंस्टॉलेशन मार्केट के npm-identity सत्यापन और आपकी पुष्टि से ही होता है।
|
package/README.md
CHANGED
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
|
|
25
25
|
## Compatibility
|
|
26
26
|
|
|
27
|
-
- DeepSeek Harness `
|
|
28
|
-
0.1.2-
|
|
27
|
+
- DeepSeek Harness `dsh-v0.1.3-alpha.1` (GitHub tag, verified 2026-09-06). npm dependency line `0.1.2-rc.1`; peers `>=0.1.2-rc.1 <0.2.0`.
|
|
28
|
+
0.1.2-rc.1 (adapted 2026-09-04): the session envelope keeps its ignorable field for stored-log read compatibility only - Session.append still cannot stamp it, so audit-gate behavior is unchanged. Verified 2026-09-06 against the dsh-v0.1.3-alpha.1 master checkout (full gate chain + profile install smoke).
|
|
29
29
|
- Node `^22.19.0 || >=24.0.0`, ESM only (`"type": "module"`).
|
|
30
|
-
- Peer dependencies: `@deepseek-ai/cordis ^4.0.1`, `@deepseek-ai/schemastery ^3.18.0`, and `@deepseek-ai/dsh-session`, `@deepseek-ai/dsh-tools`, `@deepseek-ai/dsh-system-prompt`, `@deepseek-ai/dsh-web`, `@deepseek-ai/dsh-jobs` at `0.1.2-
|
|
30
|
+
- Peer dependencies: `@deepseek-ai/cordis ^4.0.1`, `@deepseek-ai/schemastery ^3.18.0`, and `@deepseek-ai/dsh-session`, `@deepseek-ai/dsh-tools`, `@deepseek-ai/dsh-system-prompt`, `@deepseek-ai/dsh-web`, `@deepseek-ai/dsh-jobs` at `0.1.2-rc.1`.
|
|
31
31
|
- Optional siblings (never required): `ctx.web` providers for URL capture/gather, `ctx.jobs` for background assembly, `ctx.dataQuality` (dsh-data-quality) for dataset citation cross-checks.
|
|
32
32
|
|
|
33
33
|
## What you get
|
|
@@ -150,8 +150,8 @@ node scripts/verify-frozen-contract.mjs
|
|
|
150
150
|
pnpm pack
|
|
151
151
|
```
|
|
152
152
|
|
|
153
|
-
- `typecheck` resolves `@deepseek-ai/*` through the installed 0.1.2-
|
|
154
|
-
- Tests use the real `Context`/`Session`/`ToolRuntime`/`LocalJobRegistry`/`WebRuntime` from the 0.1.2-
|
|
153
|
+
- `typecheck` resolves `@deepseek-ai/*` through the installed 0.1.2-rc.1 peers; `typecheck:ci` clears `skipLibCheck` and enables `verbatimModuleSyntax` against the published types. Both must stay green.
|
|
154
|
+
- Tests use the real `Context`/`Session`/`ToolRuntime`/`LocalJobRegistry`/`WebRuntime` from the 0.1.2-rc.1 peers; only network backends are scripted providers registered through the real `ctx.web` registries.
|
|
155
155
|
- Release: `node scripts/release.mjs <x.y.z>` (bumps, stamps CHANGELOG, re-runs the gate, commits + tags; never pushes).
|
|
156
156
|
|
|
157
157
|
## Topics
|
|
@@ -201,6 +201,10 @@ This project is one of the [33 DeepSeek Harness plugins](https://github.com/Perr
|
|
|
201
201
|
| **[dsh-dsh-test-drive](https://github.com/PerryLink/dsh-dsh-test-drive)** | Isolated install-and-smoke test drives for DeepSeek Harness plugins. | |
|
|
202
202
|
| **[dsh-dsh-translate](https://github.com/PerryLink/dsh-dsh-translate)** | Vendor parameter translation and deterministic JSON repair for DeepSeek Harness. | |
|
|
203
203
|
|
|
204
|
+
### Install from the DSH Desktop Market
|
|
205
|
+
|
|
206
|
+
All PerryLink plugins are browsable in the built-in DSH Desktop Market: **Market → Sources → add source → paste** `https://perrylink-dsh-catalog.perrylink.workers.dev/catalog-source.json` **→ select it**. Installation still goes through the Market's npm-identity verification and your confirmation.
|
|
207
|
+
|
|
204
208
|
## License
|
|
205
209
|
|
|
206
210
|
Apache-2.0 — see [LICENSE](LICENSE).
|
package/README.pt.md
CHANGED
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
|
|
24
24
|
## Compatibility
|
|
25
25
|
|
|
26
|
-
- DeepSeek Harness `
|
|
27
|
-
0.1.2-
|
|
26
|
+
- DeepSeek Harness `dsh-v0.1.3-alpha.1` (GitHub tag, verificado em 2026-09-06). Linha de dependências npm `0.1.2-rc.1`; peers `>=0.1.2-rc.1 <0.2.0`.
|
|
27
|
+
0.1.2-rc.1 (adaptado em 2026-09-04): o envelope de sessão mantém seu campo ignorable apenas para compatibilidade de leitura de logs armazenados - o Session.append ainda não consegue estampá-lo, então o comportamento da porta não muda. Verificado em 2026-09-06 contra o checkout master dsh-v0.1.3-alpha.1 (cadeia completa de portas + smoke de instalação do profile).
|
|
28
28
|
- Node `^22.19.0 || >=24.0.0`, apenas ESM (`"type": "module"`).
|
|
29
|
-
- Dependências peer: `@deepseek-ai/cordis ^4.0.1`, `@deepseek-ai/schemastery ^3.18.0`, e `@deepseek-ai/dsh-session`, `@deepseek-ai/dsh-tools`, `@deepseek-ai/dsh-system-prompt`, `@deepseek-ai/dsh-web`, `@deepseek-ai/dsh-jobs` em `0.1.2-
|
|
29
|
+
- Dependências peer: `@deepseek-ai/cordis ^4.0.1`, `@deepseek-ai/schemastery ^3.18.0`, e `@deepseek-ai/dsh-session`, `@deepseek-ai/dsh-tools`, `@deepseek-ai/dsh-system-prompt`, `@deepseek-ai/dsh-web`, `@deepseek-ai/dsh-jobs` em `0.1.2-rc.1`.
|
|
30
30
|
- Irmãos opcionais (nunca obrigatórios): providers de `ctx.web` para captura de URL/coleta, `ctx.jobs` para montagem em segundo plano, `ctx.dataQuality` (dsh-data-quality) para verificação de citações em datasets.
|
|
31
31
|
|
|
32
32
|
## What you get
|
|
@@ -148,8 +148,8 @@ node scripts/verify-frozen-contract.mjs
|
|
|
148
148
|
pnpm pack
|
|
149
149
|
```
|
|
150
150
|
|
|
151
|
-
- `typecheck` resolve `@deepseek-ai/*` através dos peers 0.1.2-
|
|
152
|
-
- Os testes usam os `Context`/`Session`/`ToolRuntime`/`LocalJobRegistry`/`WebRuntime` reais dos peers 0.1.2-
|
|
151
|
+
- `typecheck` resolve `@deepseek-ai/*` através dos peers 0.1.2-rc.1 instalados; `typecheck:ci` desativa `skipLibCheck` e ativa `verbatimModuleSyntax` contra os tipos publicados. Ambos têm de ficar verdes.
|
|
152
|
+
- Os testes usam os `Context`/`Session`/`ToolRuntime`/`LocalJobRegistry`/`WebRuntime` reais dos peers 0.1.2-rc.1; apenas os backends de rede são providers scriptados registados através dos registos reais de `ctx.web`.
|
|
153
153
|
- Release: `node scripts/release.mjs <x.y.z>` (sobe versão, carimba CHANGELOG, re-executa a gate, commita + etiqueta; nunca faz push).
|
|
154
154
|
|
|
155
155
|
## Topics
|
|
@@ -202,3 +202,7 @@ Este projeto é um dos [33 plugins de DeepSeek Harness](https://github.com/Perry
|
|
|
202
202
|
## License
|
|
203
203
|
|
|
204
204
|
Apache-2.0 — ver [LICENSE](LICENSE).
|
|
205
|
+
|
|
206
|
+
### Instalar a partir do mercado do DSH Desktop
|
|
207
|
+
|
|
208
|
+
Todos os plugins PerryLink podem ser explorados no mercado integrado do DSH Desktop: **Market → Sources → add source → colar** `https://perrylink-dsh-catalog.perrylink.workers.dev/catalog-source.json` **→ selecionar**. A instalação continua passando pela verificação de identidade npm do mercado e pela sua confirmação.
|
package/README.zh.md
CHANGED
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
|
|
24
24
|
## Compatibility
|
|
25
25
|
|
|
26
|
-
- DeepSeek Harness `
|
|
27
|
-
0.1.2-
|
|
26
|
+
- DeepSeek Harness `dsh-v0.1.3-alpha.1`(GitHub tag,2026-09-06 已核验)。npm 依赖线 `0.1.2-rc.1`;peers `>=0.1.2-rc.1 <0.2.0`。
|
|
27
|
+
0.1.2-rc.1(2026-09-04 已适配):会话信封保留 ignorable 字段但仅用于存量日志读取兼容——Session.append 仍无法盖章,门控行为不变。已于 2026-09-06 对照 dsh-v0.1.3-alpha.1 master checkout 核验通过(完整门禁链 + profile 安装冒烟)。
|
|
28
28
|
- Node `^22.19.0 || >=24.0.0`,仅 ESM(`"type": "module"`)。
|
|
29
|
-
- Peer 依赖:`@deepseek-ai/cordis ^4.0.1`、`@deepseek-ai/schemastery ^3.18.0`,以及 `0.1.2-
|
|
29
|
+
- Peer 依赖:`@deepseek-ai/cordis ^4.0.1`、`@deepseek-ai/schemastery ^3.18.0`,以及 `0.1.2-rc.1` 的 `@deepseek-ai/dsh-session`、`@deepseek-ai/dsh-tools`、`@deepseek-ai/dsh-system-prompt`、`@deepseek-ai/dsh-web`、`@deepseek-ai/dsh-jobs`。
|
|
30
30
|
- 可选协同(绝不强制):URL 抓取/检索用 `ctx.web` provider;后台组装用 `ctx.jobs`;数据集引文核查用 `ctx.dataQuality`(dsh-data-quality)。
|
|
31
31
|
|
|
32
32
|
## What you get
|
|
@@ -148,8 +148,8 @@ node scripts/verify-frozen-contract.mjs
|
|
|
148
148
|
pnpm pack
|
|
149
149
|
```
|
|
150
150
|
|
|
151
|
-
- `typecheck` 经已安装的 0.1.2-
|
|
152
|
-
- 测试使用 0.1.2-
|
|
151
|
+
- `typecheck` 经已安装的 0.1.2-rc.1 peer 解析 `@deepseek-ai/*`;`typecheck:ci` 关闭 `skipLibCheck` 并开启 `verbatimModuleSyntax` 对照已发布类型。两者都必须保持绿。
|
|
152
|
+
- 测试使用 0.1.2-rc.1 peer 的真实 `Context`/`Session`/`ToolRuntime`/`LocalJobRegistry`/`WebRuntime`;只有网络后端是注册进真实 `ctx.web` 注册表的脚本化 provider。
|
|
153
153
|
- 发布:`node scripts/release.mjs <x.y.z>`(bump、盖 CHANGELOG、重跑门禁、提交 + 打 tag;绝不 push)。
|
|
154
154
|
|
|
155
155
|
## Topics
|
|
@@ -202,3 +202,7 @@ pnpm pack
|
|
|
202
202
|
## License
|
|
203
203
|
|
|
204
204
|
Apache-2.0 — 见 [LICENSE](LICENSE)。
|
|
205
|
+
|
|
206
|
+
### 从 DSH Desktop 市场安装
|
|
207
|
+
|
|
208
|
+
所有 PerryLink 插件均可在 DSH Desktop 内置市场中浏览:**市场 → 来源 → 添加来源 → 粘贴** `https://perrylink-dsh-catalog.perrylink.workers.dev/catalog-source.json` **→ 选中**。安装仍需通过市场的 npm 身份校验与你的确认。
|
package/lib/cli.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as sha256Of, a as renderSarif, o as renderVerificationJson, r as buildVerificationReport, s as verifySealedReport } from "./verify-sealed-
|
|
1
|
+
import { _ as sha256Of, a as renderSarif, o as renderVerificationJson, r as buildVerificationReport, s as verifySealedReport } from "./verify-sealed-94PehN31.js";
|
|
2
2
|
import path from "node:path";
|
|
3
3
|
import { readFile } from "node:fs/promises";
|
|
4
4
|
//#region src/cli.ts
|
package/lib/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as sha256Of, a as renderSarif, c as VERSION, d as extractCitations, f as mapBridgeResults, g as LedgerError, h as EvidenceLedger, i as renderMachineCheckMarkdown, l as combineOutcomes, m as verifyClaimText, n as VERIFIER_TOOL, o as renderVerificationJson, p as normalizeNumber, r as buildVerificationReport, s as verifySealedReport, t as SARIF_SCHEMA, u as contextLabelOf } from "./verify-sealed-
|
|
1
|
+
import { _ as sha256Of, a as renderSarif, c as VERSION, d as extractCitations, f as mapBridgeResults, g as LedgerError, h as EvidenceLedger, i as renderMachineCheckMarkdown, l as combineOutcomes, m as verifyClaimText, n as VERIFIER_TOOL, o as renderVerificationJson, p as normalizeNumber, r as buildVerificationReport, s as verifySealedReport, t as SARIF_SCHEMA, u as contextLabelOf } from "./verify-sealed-94PehN31.js";
|
|
2
2
|
import path from "node:path";
|
|
3
3
|
import z from "@deepseek-ai/schemastery";
|
|
4
4
|
import { appendFile, mkdir, readFile, writeFile } from "node:fs/promises";
|
|
@@ -611,9 +611,9 @@ var SealBlockedError = class extends Error {
|
|
|
611
611
|
}
|
|
612
612
|
};
|
|
613
613
|
/**
|
|
614
|
-
* The rc.2 persistence layer still refuses a session log carrying an event
|
|
614
|
+
* The rc.2/rc.1 persistence layer still refuses a session log carrying an event
|
|
615
615
|
* type it does not know (unless the event carries the envelope's `ignorable`
|
|
616
|
-
* marker, which live `Session.append` does not expose), and rc.
|
|
616
|
+
* marker, which live `Session.append` does not expose), and rc.1 offers no
|
|
617
617
|
* plugin event-registration surface — so the research-report/* events are
|
|
618
618
|
* appended only when the host build already knows them. The ledger journals
|
|
619
619
|
* are always the durable source of truth; these events are the in-log audit
|
|
@@ -42,9 +42,9 @@ export class SealBlockedError extends Error {
|
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
/**
|
|
45
|
-
* The rc.2 persistence layer still refuses a session log carrying an event
|
|
45
|
+
* The rc.2/rc.1 persistence layer still refuses a session log carrying an event
|
|
46
46
|
* type it does not know (unless the event carries the envelope's `ignorable`
|
|
47
|
-
* marker, which live `Session.append` does not expose), and rc.
|
|
47
|
+
* marker, which live `Session.append` does not expose), and rc.1 offers no
|
|
48
48
|
* plugin event-registration surface — so the research-report/* events are
|
|
49
49
|
* appended only when the host build already knows them. The ledger journals
|
|
50
50
|
* are always the durable source of truth; these events are the in-log audit
|
package/lib/types/version.d.ts
CHANGED
package/lib/types/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-research-report",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.5",
|
|
4
4
|
"description": "Verifiable research-report engine for DeepSeek Harness: a content-addressed evidence ledger (claim 閳?snapshot binding, tamper-evident) plus versioned sealed reports where every claim carries a verification verdict and the manifest hash seals the directory. Retrieval orchestration reuses the official ctx.web / ctx.jobs seams 閳?no deep-research loop.",
|
|
5
5
|
"author": "dsh-research-report contributors",
|
|
6
6
|
"repository": {
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
],
|
|
71
71
|
"compatibility": {
|
|
72
72
|
"dshVersions": [
|
|
73
|
-
"0.1.2-
|
|
73
|
+
"0.1.2-rc.1"
|
|
74
74
|
]
|
|
75
75
|
},
|
|
76
76
|
"capability": {
|
|
@@ -104,11 +104,11 @@
|
|
|
104
104
|
"peerDependencies": {
|
|
105
105
|
"@deepseek-ai/cordis": "^4.0.2",
|
|
106
106
|
"dsh-data-quality": ">=0.1.0 <0.4.0",
|
|
107
|
-
"@deepseek-ai/dsh-jobs": ">=0.1.
|
|
108
|
-
"@deepseek-ai/dsh-session": ">=0.1.
|
|
109
|
-
"@deepseek-ai/dsh-system-prompt": ">=0.1.
|
|
110
|
-
"@deepseek-ai/dsh-tools": ">=0.1.
|
|
111
|
-
"@deepseek-ai/dsh-web": ">=0.1.
|
|
107
|
+
"@deepseek-ai/dsh-jobs": ">=0.1.2-rc.1 <0.2.0",
|
|
108
|
+
"@deepseek-ai/dsh-session": ">=0.1.2-rc.1 <0.2.0",
|
|
109
|
+
"@deepseek-ai/dsh-system-prompt": ">=0.1.2-rc.1 <0.2.0",
|
|
110
|
+
"@deepseek-ai/dsh-tools": ">=0.1.2-rc.1 <0.2.0",
|
|
111
|
+
"@deepseek-ai/dsh-web": ">=0.1.2-rc.1 <0.2.0",
|
|
112
112
|
"@deepseek-ai/schemastery": "^3.18.2"
|
|
113
113
|
},
|
|
114
114
|
"peerDependenciesMeta": {
|
|
@@ -121,19 +121,19 @@
|
|
|
121
121
|
"typescript": "^5.9.0"
|
|
122
122
|
},
|
|
123
123
|
"devDependencies": {
|
|
124
|
-
"@deepseek-ai/dsh-util-values": "0.1.2-
|
|
125
|
-
"@deepseek-ai/dsh-attachment": "0.1.2-
|
|
124
|
+
"@deepseek-ai/dsh-util-values": "0.1.2-rc.1",
|
|
125
|
+
"@deepseek-ai/dsh-attachment": "0.1.2-rc.1",
|
|
126
126
|
"@deepseek-ai/cordis": "^4.0.2",
|
|
127
|
-
"@deepseek-ai/cordis-plugin-include": "1.0.
|
|
128
|
-
"@deepseek-ai/cordis-plugin-loader": "1.0.
|
|
129
|
-
"@deepseek-ai/dsh-agent": "0.1.2-
|
|
130
|
-
"@deepseek-ai/dsh-jobs": "0.1.2-
|
|
131
|
-
"@deepseek-ai/dsh-jobs-local": "0.1.2-
|
|
132
|
-
"@deepseek-ai/dsh-llm": "0.1.2-
|
|
133
|
-
"@deepseek-ai/dsh-session": "0.1.2-
|
|
134
|
-
"@deepseek-ai/dsh-system-prompt": "0.1.2-
|
|
135
|
-
"@deepseek-ai/dsh-tools": "0.1.2-
|
|
136
|
-
"@deepseek-ai/dsh-web": "0.1.2-
|
|
127
|
+
"@deepseek-ai/cordis-plugin-include": "^1.0.7",
|
|
128
|
+
"@deepseek-ai/cordis-plugin-loader": "^1.0.3",
|
|
129
|
+
"@deepseek-ai/dsh-agent": "0.1.2-rc.1",
|
|
130
|
+
"@deepseek-ai/dsh-jobs": "0.1.2-rc.1",
|
|
131
|
+
"@deepseek-ai/dsh-jobs-local": "0.1.2-rc.1",
|
|
132
|
+
"@deepseek-ai/dsh-llm": "0.1.2-rc.1",
|
|
133
|
+
"@deepseek-ai/dsh-session": "0.1.2-rc.1",
|
|
134
|
+
"@deepseek-ai/dsh-system-prompt": "0.1.2-rc.1",
|
|
135
|
+
"@deepseek-ai/dsh-tools": "0.1.2-rc.1",
|
|
136
|
+
"@deepseek-ai/dsh-web": "0.1.2-rc.1",
|
|
137
137
|
"@deepseek-ai/schemastery": "^3.18.2",
|
|
138
138
|
"@types/node": "^22.19.0",
|
|
139
139
|
"@vitest/coverage-v8": "^3.2.0",
|
package/src/provider-local.ts
CHANGED
|
@@ -80,9 +80,9 @@ export class SealBlockedError extends Error {
|
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
/**
|
|
83
|
-
* The rc.2 persistence layer still refuses a session log carrying an event
|
|
83
|
+
* The rc.2/rc.1 persistence layer still refuses a session log carrying an event
|
|
84
84
|
* type it does not know (unless the event carries the envelope's `ignorable`
|
|
85
|
-
* marker, which live `Session.append` does not expose), and rc.
|
|
85
|
+
* marker, which live `Session.append` does not expose), and rc.1 offers no
|
|
86
86
|
* plugin event-registration surface — so the research-report/* events are
|
|
87
87
|
* appended only when the host build already knows them. The ledger journals
|
|
88
88
|
* are always the durable source of truth; these events are the in-log audit
|
package/src/version.ts
CHANGED