dsh-research-report 0.1.2 → 0.1.3
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 +7 -0
- package/README.es.md +5 -5
- package/README.hi.md +5 -5
- package/README.md +6 -5
- package/README.pt.md +5 -5
- package/README.zh.md +5 -5
- package/THIRD_PARTY_NOTICES.md +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/package.json +10 -10
- package/src/provider-local.ts +2 -2
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,13 @@ 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.3] - 2026-08-22
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Upgrade the `@deepseek-ai/dsh-*` peer family from `0.1.0-rc.8` to `0.1.1-rc.2`: devDependencies pin `0.1.1-rc.2` exactly, peerDependencies stay `>=0.1.0-rc.8 <0.2.0`, and the compat workflow pins the rc.2 family. No plugin API surface changed — the adaptive session-event mirror still applies, because the live `Session.append` still exposes no `ignorable` option and `research-report/*` events remain outside the host's `KNOWN_SESSION_EVENT_TYPES` (the ledger journals stay the durable source of truth).
|
|
13
|
+
- The five-language READMEs, `AGENTS.md`, and `THIRD_PARTY_NOTICES.md` now document the `0.1.1-rc.2` peer family.
|
|
14
|
+
|
|
8
15
|
## [0.1.2] - 2026-08-21
|
|
9
16
|
|
|
10
17
|
### Changed
|
package/README.es.md
CHANGED
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
|
|
23
23
|
## Compatibility
|
|
24
24
|
|
|
25
|
-
- DeepSeek Harness `0.1.
|
|
25
|
+
- DeepSeek Harness `0.1.1-rc.2` (peers fijados a `0.1.1-rc.2`).
|
|
26
26
|
- Node `^22.19.0 || >=24.0.0`, solo ESM (`"type": "module"`).
|
|
27
|
-
- 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.
|
|
27
|
+
- 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.1-rc.2`.
|
|
28
28
|
- 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.
|
|
29
29
|
|
|
30
30
|
## What you get
|
|
@@ -107,7 +107,7 @@ Todos los ajustes son campos `Config` de Schemastery; los valores inválidos fal
|
|
|
107
107
|
## Known limitations
|
|
108
108
|
|
|
109
109
|
- **A nivel de byte, no semántico** — la comprobación incorporada localiza literales numéricos/entrecomillados verbatim; los claims parafraseados sin literal comprobable quedan `unverified`, y un claim verdadero cuyo número está ausente mientras su etiqueta aparece con otro valor queda `contradicted`. Es una decisión deliberada de v1 (auditable antes que listo).
|
|
110
|
-
- **Eventos de sesión adaptativos** — el plugin declara los eventos de sesión tipados `research-report/evidence`, `research-report/verify` y `research-report/seal`, pero el `Session.append` de rc.
|
|
110
|
+
- **Eventos de sesión adaptativos** — el plugin declara los eventos de sesión tipados `research-report/evidence`, `research-report/verify` y `research-report/seal`, pero el `Session.append` de rc.2 sigue sin opción `ignorable` ni superficie de registro de eventos para plugins, así que los appends se activan solo cuando el build del host conoce los tipos (si no, la capa de persistencia rechazaría el log al restaurar). Los diarios del libro son siempre la fuente durable de verdad.
|
|
111
111
|
- **Los profiles por defecto no montan proveedor de fetch** — el `dsh-base` distribuido monta solo búsqueda, así que la captura de URLs falla ruidosamente (`WEB_UNAVAILABLE`/`WEB_PROVIDER_UNAVAILABLE`) hasta configurar un proveedor de fetch; el `gather` basado en búsqueda lista las fuentes no capturadas en la lista de brechas.
|
|
112
112
|
- **Ámbito de un solo workspace** — las raíces de libro e informes se resuelven contra el directorio de trabajo del harness al montar; los despliegues multi-workspace deben configurar raíces absolutas por profile.
|
|
113
113
|
|
|
@@ -124,8 +124,8 @@ node scripts/verify-frozen-contract.mjs
|
|
|
124
124
|
pnpm pack
|
|
125
125
|
```
|
|
126
126
|
|
|
127
|
-
- `typecheck` resuelve `@deepseek-ai/*` a través de los peers 0.1.
|
|
128
|
-
- Las pruebas usan los `Context`/`Session`/`ToolRuntime`/`LocalJobRegistry`/`WebRuntime` reales de los peers 0.1.
|
|
127
|
+
- `typecheck` resuelve `@deepseek-ai/*` a través de los peers 0.1.1-rc.2 instalados; `typecheck:ci` desactiva `skipLibCheck` y activa `verbatimModuleSyntax` contra los tipos publicados. Ambos deben permanecer verdes.
|
|
128
|
+
- Las pruebas usan los `Context`/`Session`/`ToolRuntime`/`LocalJobRegistry`/`WebRuntime` reales de los peers 0.1.1-rc.2; solo los backends de red son proveedores scriptados registrados a través de los registros reales de `ctx.web`.
|
|
129
129
|
- Release: `node scripts/release.mjs <x.y.z>` (sube versión, sella CHANGELOG, re-ejecuta la puerta, commitea + etiqueta; nunca hace push).
|
|
130
130
|
|
|
131
131
|
## Topics
|
package/README.hi.md
CHANGED
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
|
|
23
23
|
## Compatibility
|
|
24
24
|
|
|
25
|
-
- DeepSeek Harness `0.1.
|
|
25
|
+
- DeepSeek Harness `0.1.1-rc.2` (peer डिपेंडेंसी `0.1.1-rc.2` पर पिन)।
|
|
26
26
|
- Node `^22.19.0 || >=24.0.0`, केवल ESM (`"type": "module"`)।
|
|
27
|
-
- Peer डिपेंडेंसी: `@deepseek-ai/cordis ^4.0.1`, `@deepseek-ai/schemastery ^3.18.0`, तथा `0.1.
|
|
27
|
+
- Peer डिपेंडेंसी: `@deepseek-ai/cordis ^4.0.1`, `@deepseek-ai/schemastery ^3.18.0`, तथा `0.1.1-rc.2` के `@deepseek-ai/dsh-session`, `@deepseek-ai/dsh-tools`, `@deepseek-ai/dsh-system-prompt`, `@deepseek-ai/dsh-web`, `@deepseek-ai/dsh-jobs`।
|
|
28
28
|
- वैकल्पिक सहयोगी (कभी अनिवार्य नहीं): URL कैप्चर/गैदर के लिए `ctx.web` provider; बैकग्राउंड असेंबली के लिए `ctx.jobs`; डेटासेट उद्धरण जाँच के लिए `ctx.dataQuality` (dsh-data-quality)।
|
|
29
29
|
|
|
30
30
|
## What you get
|
|
@@ -107,7 +107,7 @@ dsh plugin --profile demo remove dsh-research-report # अनइंस्ट
|
|
|
107
107
|
## Known limitations
|
|
108
108
|
|
|
109
109
|
- **बाइट-स्तरीय, सिमैंटिक नहीं** — अंतर्निर्मित जाँच अंक/उद्धरण शाब्दिक मिलान करती है; बिना जाँच-योग्य शाब्दिक वाले पुनःपरिभाषित claim `unverified` रहते हैं, और जिस claim का अंक अनुपस्थित है पर लेबल दूसरे मान के साथ मिलता है वह `contradicted` पढ़ा जाता है। यह v1 का जानबूझ निर्णय है (चतुर से बढ़कर ऑडिट-योग्य)।
|
|
110
|
-
- **अनुकूली सत्र-इवेंट** — प्लगिन टाइप किए गए `research-report/evidence`, `research-report/verify`, `research-report/seal` सत्र-इवेंट घोषित करता है, पर rc.
|
|
110
|
+
- **अनुकूली सत्र-इवेंट** — प्लगिन टाइप किए गए `research-report/evidence`, `research-report/verify`, `research-report/seal` सत्र-इवेंट घोषित करता है, पर rc.2 के `Session.append` में `ignorable` विकल्प नहीं और न ही प्लगिन इवेंट-पंजीकरण सतह है; अतः append तभी सक्रिय होते हैं जब होस्ट बिल्ड उन प्रकारों को जानता हो (वरना persistence परत रिस्टोर पर लॉग अस्वीकार कर देगी)। बही-खाता जर्नल ही सदैव टिकाऊ सत्य का स्रोत है।
|
|
111
111
|
- **डिफ़ॉल्ट profile में fetch provider नहीं** — shipped `dsh-base` केवल search माउंट करता है, इसलिए fetch provider कॉन्फ़िगर होने तक URL कैप्चर ठोंककर विफल होता है (`WEB_UNAVAILABLE`/`WEB_PROVIDER_UNAVAILABLE`); search-आधारित `gather` अकैप्चर स्रोतों को गैप-सूची में डालता है।
|
|
112
112
|
- **एकल-workspace दायरा** — बही-खाता व रिपोर्ट रूट माउंट पर harness वर्किंग डायरेक्टरी के सापेक्ष resolve होते हैं; बहु-workspace डिप्लॉयमेंट को प्रति-profile निरपेक्ष रूट कॉन्फ़िगर करने चाहिए।
|
|
113
113
|
|
|
@@ -124,8 +124,8 @@ node scripts/verify-frozen-contract.mjs
|
|
|
124
124
|
pnpm pack
|
|
125
125
|
```
|
|
126
126
|
|
|
127
|
-
- `typecheck` इंस्टॉल किए गए 0.1.
|
|
128
|
-
- टेस्ट 0.1.
|
|
127
|
+
- `typecheck` इंस्टॉल किए गए 0.1.1-rc.2 peers से `@deepseek-ai/*` resolve करता है; `typecheck:ci` प्रकाशित टाइप्स के विरुद्ध `skipLibCheck` बंद और `verbatimModuleSyntax` चालू करता है। दोनों हरे रहने चाहिए।
|
|
128
|
+
- टेस्ट 0.1.1-rc.2 peers के वास्तविक `Context`/`Session`/`ToolRuntime`/`LocalJobRegistry`/`WebRuntime` उपयोग करते हैं; केवल नेटवर्क बैकएंड वास्तविक `ctx.web` रजिस्ट्री में पंजीकृत scripted providers हैं।
|
|
129
129
|
- रिलीज़: `node scripts/release.mjs <x.y.z>` (वर्ज़न बम्प, CHANGELOG स्टैम्प, गेट पुनःचालन, कमिट + टैग; कभी push नहीं)।
|
|
130
130
|
|
|
131
131
|
## Topics
|
package/README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
|
|
3
3
|
# 📑 dsh-research-report
|
|
4
|
+
[](https://gitee.com/perrylink/dsh-research-report)
|
|
4
5
|
|
|
5
6
|
**A verifiable research-report engine for DeepSeek Harness.**
|
|
6
7
|
|
|
@@ -22,9 +23,9 @@
|
|
|
22
23
|
|
|
23
24
|
## Compatibility
|
|
24
25
|
|
|
25
|
-
- DeepSeek Harness `0.1.
|
|
26
|
+
- DeepSeek Harness `0.1.1-rc.2` (peers pinned to `0.1.1-rc.2`).
|
|
26
27
|
- Node `^22.19.0 || >=24.0.0`, ESM only (`"type": "module"`).
|
|
27
|
-
- 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.
|
|
28
|
+
- 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.1-rc.2`.
|
|
28
29
|
- 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.
|
|
29
30
|
|
|
30
31
|
## What you get
|
|
@@ -107,7 +108,7 @@ All tunables are Schemastery `Config` fields; invalid values fail the profile lo
|
|
|
107
108
|
## Known limitations
|
|
108
109
|
|
|
109
110
|
- **Byte-level, not semantic** — the built-in check locates number/quote literals verbatim; paraphrased claims without a checkable literal verify as `unverified`, and a true claim whose number is absent while its label appears with a different value reads `contradicted`. This is a deliberate v1 choice (auditable beats clever).
|
|
110
|
-
- **Session events are adaptive** — the plugin declares typed `research-report/evidence`, `research-report/verify`, and `research-report/seal` session events, but the rc.
|
|
111
|
+
- **Session events are adaptive** — the plugin declares typed `research-report/evidence`, `research-report/verify`, and `research-report/seal` session events, but the rc.2 `Session.append` still exposes no `ignorable` option and no plugin event-registration surface, so appends activate only when the host build knows the types (otherwise the persistence layer would refuse the log on restore). The ledger journals are always the durable source of truth.
|
|
111
112
|
- **Default profiles mount no fetch provider** — the shipped `dsh-base` mounts search only, so URL capture fails loud (`WEB_UNAVAILABLE`/`WEB_PROVIDER_UNAVAILABLE`) until a fetch provider is configured; search-based `gather` lists uncaptured sources in the gap list.
|
|
112
113
|
- **Single-workspace scope** — ledger and report roots resolve against the harness working directory at mount; multi-workspace deployments should configure absolute roots per profile.
|
|
113
114
|
|
|
@@ -124,8 +125,8 @@ node scripts/verify-frozen-contract.mjs
|
|
|
124
125
|
pnpm pack
|
|
125
126
|
```
|
|
126
127
|
|
|
127
|
-
- `typecheck` resolves `@deepseek-ai/*` through the installed 0.1.
|
|
128
|
-
- Tests use the real `Context`/`Session`/`ToolRuntime`/`LocalJobRegistry`/`WebRuntime` from the 0.1.
|
|
128
|
+
- `typecheck` resolves `@deepseek-ai/*` through the installed 0.1.1-rc.2 peers; `typecheck:ci` clears `skipLibCheck` and enables `verbatimModuleSyntax` against the published types. Both must stay green.
|
|
129
|
+
- Tests use the real `Context`/`Session`/`ToolRuntime`/`LocalJobRegistry`/`WebRuntime` from the 0.1.1-rc.2 peers; only network backends are scripted providers registered through the real `ctx.web` registries.
|
|
129
130
|
- Release: `node scripts/release.mjs <x.y.z>` (bumps, stamps CHANGELOG, re-runs the gate, commits + tags; never pushes).
|
|
130
131
|
|
|
131
132
|
## Topics
|
package/README.pt.md
CHANGED
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
|
|
23
23
|
## Compatibility
|
|
24
24
|
|
|
25
|
-
- DeepSeek Harness `0.1.
|
|
25
|
+
- DeepSeek Harness `0.1.1-rc.2` (peers fixados em `0.1.1-rc.2`).
|
|
26
26
|
- Node `^22.19.0 || >=24.0.0`, apenas ESM (`"type": "module"`).
|
|
27
|
-
- 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.
|
|
27
|
+
- 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.1-rc.2`.
|
|
28
28
|
- 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.
|
|
29
29
|
|
|
30
30
|
## What you get
|
|
@@ -107,7 +107,7 @@ Todos os ajustes são campos `Config` de Schemastery; valores inválidos falham
|
|
|
107
107
|
## Known limitations
|
|
108
108
|
|
|
109
109
|
- **Ao nível do byte, não semântico** — a verificação incorporada localiza literais numéricos/entre aspas verbatim; claims parafraseados sem literal verificável ficam `unverified`, e um claim verdadeiro cujo número está ausente enquanto o seu rótulo aparece com outro valor fica `contradicted`. É uma escolha deliberada da v1 (auditável acima de inteligente).
|
|
110
|
-
- **Eventos de sessão adaptativos** — o plugin declara os eventos de sessão tipados `research-report/evidence`, `research-report/verify` e `research-report/seal`, mas o `Session.append` de rc.
|
|
110
|
+
- **Eventos de sessão adaptativos** — o plugin declara os eventos de sessão tipados `research-report/evidence`, `research-report/verify` e `research-report/seal`, mas o `Session.append` de rc.2 continua sem opção `ignorable` nem superficie de registo de eventos para plugins, por isso os appends só ativam quando o build do host conhece os tipos (caso contrário a camada de persistência recusaria o log no restore). Os diários do livro são sempre a fonte durável da verdade.
|
|
111
111
|
- **Profiles por omissão não montam provider de fetch** — o `dsh-base` distribuído monta apenas pesquisa, por isso a captura de URLs falha ruidosamente (`WEB_UNAVAILABLE`/`WEB_PROVIDER_UNAVAILABLE`) até configurar um provider de fetch; o `gather` baseado em pesquisa lista as fontes não capturadas na lista de lacunas.
|
|
112
112
|
- **Âmbito de um só workspace** — as raízes de livro e relatórios resolvem contra o diretório de trabalho do harness no mount; deployments multi-workspace devem configurar raízes absolutas por profile.
|
|
113
113
|
|
|
@@ -124,8 +124,8 @@ node scripts/verify-frozen-contract.mjs
|
|
|
124
124
|
pnpm pack
|
|
125
125
|
```
|
|
126
126
|
|
|
127
|
-
- `typecheck` resolve `@deepseek-ai/*` através dos peers 0.1.
|
|
128
|
-
- Os testes usam os `Context`/`Session`/`ToolRuntime`/`LocalJobRegistry`/`WebRuntime` reais dos peers 0.1.
|
|
127
|
+
- `typecheck` resolve `@deepseek-ai/*` através dos peers 0.1.1-rc.2 instalados; `typecheck:ci` desativa `skipLibCheck` e ativa `verbatimModuleSyntax` contra os tipos publicados. Ambos têm de ficar verdes.
|
|
128
|
+
- Os testes usam os `Context`/`Session`/`ToolRuntime`/`LocalJobRegistry`/`WebRuntime` reais dos peers 0.1.1-rc.2; apenas os backends de rede são providers scriptados registados através dos registos reais de `ctx.web`.
|
|
129
129
|
- Release: `node scripts/release.mjs <x.y.z>` (sobe versão, carimba CHANGELOG, re-executa a gate, commita + etiqueta; nunca faz push).
|
|
130
130
|
|
|
131
131
|
## Topics
|
package/README.zh.md
CHANGED
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
|
|
23
23
|
## Compatibility
|
|
24
24
|
|
|
25
|
-
- DeepSeek Harness `0.1.
|
|
25
|
+
- DeepSeek Harness `0.1.1-rc.2`(peer 依赖钉版 `0.1.1-rc.2`)。
|
|
26
26
|
- Node `^22.19.0 || >=24.0.0`,仅 ESM(`"type": "module"`)。
|
|
27
|
-
- Peer 依赖:`@deepseek-ai/cordis ^4.0.1`、`@deepseek-ai/schemastery ^3.18.0`,以及 `0.1.
|
|
27
|
+
- Peer 依赖:`@deepseek-ai/cordis ^4.0.1`、`@deepseek-ai/schemastery ^3.18.0`,以及 `0.1.1-rc.2` 的 `@deepseek-ai/dsh-session`、`@deepseek-ai/dsh-tools`、`@deepseek-ai/dsh-system-prompt`、`@deepseek-ai/dsh-web`、`@deepseek-ai/dsh-jobs`。
|
|
28
28
|
- 可选协同(绝不强制):URL 抓取/检索用 `ctx.web` provider;后台组装用 `ctx.jobs`;数据集引文核查用 `ctx.dataQuality`(dsh-data-quality)。
|
|
29
29
|
|
|
30
30
|
## What you get
|
|
@@ -107,7 +107,7 @@ dsh plugin --profile demo remove dsh-research-report # 卸载
|
|
|
107
107
|
## Known limitations
|
|
108
108
|
|
|
109
109
|
- **字节级而非语义级**——内置核查只做数字/引文字面定位;没有可核查字面量的转述性 claim 判 `unverified`;声称值缺失而标签对应其他数值时判 `contradicted`。这是 v1 的刻意选择(可审计优先于聪明)。
|
|
110
|
-
- **会话事件自适应**——插件声明了类型化的 `research-report/evidence`、`research-report/verify`、`research-report/seal` 会话事件,但 rc.
|
|
110
|
+
- **会话事件自适应**——插件声明了类型化的 `research-report/evidence`、`research-report/verify`、`research-report/seal` 会话事件,但 rc.2 的 `Session.append` 仍不提供 `ignorable` 选项、也没有插件事件注册面,所以只有宿主 build 认识这些类型时才真正落盘(否则持久化层会在恢复时拒绝该日志)。账本日志始终是权威的持久事实源。
|
|
111
111
|
- **默认 profile 不挂载 fetch provider**——官方 `dsh-base` 只挂搜索,所以配置 fetch provider 之前 URL 抓取会响亮失败(`WEB_UNAVAILABLE`/`WEB_PROVIDER_UNAVAILABLE`);基于搜索的 `gather` 会把未捕获的来源列入缺口清单。
|
|
112
112
|
- **单 workspace 作用域**——账本与报告根目录在挂载时相对 harness 工作目录解析;多 workspace 部署应在各 profile 配置绝对路径。
|
|
113
113
|
|
|
@@ -124,8 +124,8 @@ node scripts/verify-frozen-contract.mjs
|
|
|
124
124
|
pnpm pack
|
|
125
125
|
```
|
|
126
126
|
|
|
127
|
-
- `typecheck` 经已安装的 0.1.
|
|
128
|
-
- 测试使用 0.1.
|
|
127
|
+
- `typecheck` 经已安装的 0.1.1-rc.2 peer 解析 `@deepseek-ai/*`;`typecheck:ci` 关闭 `skipLibCheck` 并开启 `verbatimModuleSyntax` 对照已发布类型。两者都必须保持绿。
|
|
128
|
+
- 测试使用 0.1.1-rc.2 peer 的真实 `Context`/`Session`/`ToolRuntime`/`LocalJobRegistry`/`WebRuntime`;只有网络后端是注册进真实 `ctx.web` 注册表的脚本化 provider。
|
|
129
129
|
- 发布:`node scripts/release.mjs <x.y.z>`(bump、盖 CHANGELOG、重跑门禁、提交 + 打 tag;绝不 push)。
|
|
130
130
|
|
|
131
131
|
## Topics
|
package/THIRD_PARTY_NOTICES.md
CHANGED
|
@@ -13,7 +13,7 @@ published tarball except where noted; these are install-time dependencies:
|
|
|
13
13
|
| [typescript](https://github.com/microsoft/TypeScript) | `^5.9.0` | Apache-2.0 | Build-time declaration emission (`lib/types/`) |
|
|
14
14
|
| [@deepseek-ai/cordis](https://www.npmjs.com/package/@deepseek-ai/cordis) | `^4.0.1` (peer) | See package | The plugin runtime |
|
|
15
15
|
| [@deepseek-ai/schemastery](https://www.npmjs.com/package/@deepseek-ai/schemastery) | `^3.18.0` (peer) | See package | Configuration schema |
|
|
16
|
-
| `@deepseek-ai/dsh-*` peers | `0.1.
|
|
16
|
+
| `@deepseek-ai/dsh-*` peers | `0.1.1-rc.2` (peer) | See packages | Official harness seams (`dsh-session`, `dsh-tools`, `dsh-system-prompt`, `dsh-web`, `dsh-jobs`) |
|
|
17
17
|
|
|
18
18
|
At runtime the plugin talks only to the harness services listed as
|
|
19
19
|
peerDependencies (plus the optional `ctx.dataQuality` sibling, consumed
|
package/lib/index.js
CHANGED
|
@@ -907,7 +907,7 @@ function combineOutcomes(byte, bridge) {
|
|
|
907
907
|
* @module dsh-research-report/version
|
|
908
908
|
*/
|
|
909
909
|
/** The published package version. */
|
|
910
|
-
const VERSION = "0.1.
|
|
910
|
+
const VERSION = "0.1.3";
|
|
911
911
|
//#endregion
|
|
912
912
|
//#region src/provider-local.ts
|
|
913
913
|
/**
|
|
@@ -927,9 +927,9 @@ var ResearchReportError = class extends Error {
|
|
|
927
927
|
}
|
|
928
928
|
};
|
|
929
929
|
/**
|
|
930
|
-
* The rc.
|
|
930
|
+
* The rc.2 persistence layer still refuses a session log carrying an event
|
|
931
931
|
* type it does not know (unless the event carries the envelope's `ignorable`
|
|
932
|
-
* marker, which live `Session.append` does not expose), and rc.
|
|
932
|
+
* marker, which live `Session.append` does not expose), and rc.2 offers no
|
|
933
933
|
* plugin event-registration surface — so the research-report/* events are
|
|
934
934
|
* appended only when the host build already knows them. The ledger journals
|
|
935
935
|
* are always the durable source of truth; these events are the in-log audit
|
|
@@ -24,9 +24,9 @@ export class ResearchReportError extends Error {
|
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
/**
|
|
27
|
-
* The rc.
|
|
27
|
+
* The rc.2 persistence layer still refuses a session log carrying an event
|
|
28
28
|
* type it does not know (unless the event carries the envelope's `ignorable`
|
|
29
|
-
* marker, which live `Session.append` does not expose), and rc.
|
|
29
|
+
* marker, which live `Session.append` does not expose), and rc.2 offers no
|
|
30
30
|
* plugin event-registration surface — so the research-report/* events are
|
|
31
31
|
* appended only when the host build already knows them. The ledger journals
|
|
32
32
|
* 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.1.
|
|
3
|
+
"version": "0.1.3",
|
|
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": {
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
],
|
|
68
68
|
"compatibility": {
|
|
69
69
|
"dshVersions": [
|
|
70
|
-
"0.1.
|
|
70
|
+
"0.1.1-rc.2"
|
|
71
71
|
]
|
|
72
72
|
},
|
|
73
73
|
"capability": {
|
|
@@ -115,14 +115,14 @@
|
|
|
115
115
|
"@deepseek-ai/cordis": "^4.0.1",
|
|
116
116
|
"@deepseek-ai/cordis-plugin-include": "1.0.6",
|
|
117
117
|
"@deepseek-ai/cordis-plugin-loader": "1.0.2",
|
|
118
|
-
"@deepseek-ai/dsh-agent": "0.1.
|
|
119
|
-
"@deepseek-ai/dsh-jobs": "0.1.
|
|
120
|
-
"@deepseek-ai/dsh-jobs-local": "0.1.
|
|
121
|
-
"@deepseek-ai/dsh-llm": "0.1.
|
|
122
|
-
"@deepseek-ai/dsh-session": "0.1.
|
|
123
|
-
"@deepseek-ai/dsh-system-prompt": "0.1.
|
|
124
|
-
"@deepseek-ai/dsh-tools": "0.1.
|
|
125
|
-
"@deepseek-ai/dsh-web": "0.1.
|
|
118
|
+
"@deepseek-ai/dsh-agent": "0.1.1-rc.2",
|
|
119
|
+
"@deepseek-ai/dsh-jobs": "0.1.1-rc.2",
|
|
120
|
+
"@deepseek-ai/dsh-jobs-local": "0.1.1-rc.2",
|
|
121
|
+
"@deepseek-ai/dsh-llm": "0.1.1-rc.2",
|
|
122
|
+
"@deepseek-ai/dsh-session": "0.1.1-rc.2",
|
|
123
|
+
"@deepseek-ai/dsh-system-prompt": "0.1.1-rc.2",
|
|
124
|
+
"@deepseek-ai/dsh-tools": "0.1.1-rc.2",
|
|
125
|
+
"@deepseek-ai/dsh-web": "0.1.1-rc.2",
|
|
126
126
|
"@deepseek-ai/schemastery": "^3.18.0",
|
|
127
127
|
"@types/node": "^22.19.0",
|
|
128
128
|
"@vitest/coverage-v8": "^3.2.0",
|
package/src/provider-local.ts
CHANGED
|
@@ -56,9 +56,9 @@ export class ResearchReportError extends Error {
|
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
/**
|
|
59
|
-
* The rc.
|
|
59
|
+
* The rc.2 persistence layer still refuses a session log carrying an event
|
|
60
60
|
* type it does not know (unless the event carries the envelope's `ignorable`
|
|
61
|
-
* marker, which live `Session.append` does not expose), and rc.
|
|
61
|
+
* marker, which live `Session.append` does not expose), and rc.2 offers no
|
|
62
62
|
* plugin event-registration surface — so the research-report/* events are
|
|
63
63
|
* appended only when the host build already knows them. The ledger journals
|
|
64
64
|
* are always the durable source of truth; these events are the in-log audit
|
package/src/version.ts
CHANGED