dsh-research-report 0.3.4 → 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 CHANGED
@@ -5,6 +5,17 @@ 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
+
8
19
  ## [0.3.4] - 2026-09-04
9
20
 
10
21
  ### Changed
package/README.es.md CHANGED
@@ -23,8 +23,8 @@
23
23
 
24
24
  ## Compatibility
25
25
 
26
- - DeepSeek Harness `0.1.2-rc.1` (peers fijados a `0.1.2-rc.1`).
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.
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
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.
package/README.hi.md CHANGED
@@ -23,8 +23,8 @@
23
23
 
24
24
  ## Compatibility
25
25
 
26
- - DeepSeek Harness `0.1.2-rc.1` (peer डिपेंडेंसी `0.1.2-rc.1` पर पिन)।
27
- 0.1.2-rc.1 (2026-09-04 को अनुकूलित): सत्र लिफ़ाफ़ा अपना ignorable फ़ील्ड केवल संग्रहीत-लॉग पठन संगतता के लिए रखता है - Session.append अभी भी इसे स्टैम्प नहीं कर सकता, इसलिए गेट व्यवहार अपरिवर्तित है।
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
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)।
package/README.md CHANGED
@@ -24,8 +24,8 @@
24
24
 
25
25
  ## Compatibility
26
26
 
27
- - DeepSeek Harness `0.1.2-rc.1` (peers pinned to `0.1.2-rc.1`).
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.
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
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.
package/README.pt.md CHANGED
@@ -23,8 +23,8 @@
23
23
 
24
24
  ## Compatibility
25
25
 
26
- - DeepSeek Harness `0.1.2-rc.1` (peers fixados em `0.1.2-rc.1`).
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.
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
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.
package/README.zh.md CHANGED
@@ -23,8 +23,8 @@
23
23
 
24
24
  ## Compatibility
25
25
 
26
- - DeepSeek Harness `0.1.2-rc.1`(peer 依赖钉版 `0.1.2-rc.1`)。
27
- 0.1.2-rc.1(2026-09-04 已适配):会话信封保留 ignorable 字段但仅用于存量日志读取兼容——Session.append 仍无法盖章,门控行为不变。
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
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)。
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-FI9ard9h.js";
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-FI9ard9h.js";
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";
@@ -3,5 +3,5 @@
3
3
  * @module dsh-research-report/version
4
4
  */
5
5
  /** The published package version. */
6
- export declare const VERSION = "0.3.4";
6
+ export declare const VERSION = "0.3.5";
7
7
  //# sourceMappingURL=version.d.ts.map
@@ -3,5 +3,5 @@
3
3
  * @module dsh-research-report/version
4
4
  */
5
5
  /** The published package version. */
6
- export const VERSION = '0.3.4';
6
+ export const VERSION = '0.3.5';
7
7
  //# sourceMappingURL=version.js.map
@@ -491,7 +491,7 @@ function combineOutcomes(byte, bridge) {
491
491
  * @module dsh-research-report/version
492
492
  */
493
493
  /** The published package version. */
494
- const VERSION = "0.3.4";
494
+ const VERSION = "0.3.5";
495
495
  //#endregion
496
496
  //#region src/verify-sealed.ts
497
497
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-research-report",
3
- "version": "0.3.4",
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": {
@@ -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.0-rc.8 <0.2.0",
108
- "@deepseek-ai/dsh-session": ">=0.1.0-rc.8 <0.2.0",
109
- "@deepseek-ai/dsh-system-prompt": ">=0.1.0-rc.8 <0.2.0",
110
- "@deepseek-ai/dsh-tools": ">=0.1.0-rc.8 <0.2.0",
111
- "@deepseek-ai/dsh-web": ">=0.1.0-rc.8 <0.2.0",
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": {
package/src/version.ts CHANGED
@@ -4,4 +4,4 @@
4
4
  */
5
5
 
6
6
  /** The published package version. */
7
- export const VERSION = '0.3.4'
7
+ export const VERSION = '0.3.5'