dsh-industry-research 0.3.2 → 0.3.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 CHANGED
@@ -1,10 +1,16 @@
1
- # Changelog
1
+ # Changelog
2
2
 
3
3
  All notable changes to this project are documented in this file.
4
4
 
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.3] - 2026-09-04
9
+
10
+ ### Changed
11
+
12
+ - Align the devDependency pins to the published dsh `0.1.2-rc.1` line, move the compat CI harness probes from `0.1.1-rc.2` to `0.1.2-rc.1`, refresh the stale alpha.3 references in AGENTS.md/THIRD_PARTY_NOTICES/test comments, drop the unused `@deepseek-ai/dsh-attachment` devDependency, and repair the corrupted em-dash in the package description; no behavior change.
13
+
8
14
  ## [0.3.2] - 2026-09-02
9
15
 
10
16
  ### Changed
@@ -22,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
28
 
23
29
  ### Added
24
30
 
25
- - Multi-perspective bull/bear debate synthesis in `industry_report`: `synthesizePerspectives` deterministically derives bull and bear perspective points from the loaded artifacts and evidence, `renderPerspectivesNote` writes a `perspectives-note.md` artifact (appended to the SHA-256 ledger), and the report result gains a `perspectives` outcome a forked subagent job when `ctx.jobs` is mounted, otherwise `skipped(jobs unavailable)`.
31
+ - Multi-perspective bull/bear debate synthesis in `industry_report`: `synthesizePerspectives` deterministically derives bull and bear perspective points from the loaded artifacts and evidence, `renderPerspectivesNote` writes a `perspectives-note.md` artifact (appended to the SHA-256 ledger), and the report result gains a `perspectives` outcome 鈥?a forked subagent job when `ctx.jobs` is mounted, otherwise `skipped(jobs unavailable)`.
26
32
 
27
33
  ### Fixed
28
34
 
@@ -32,13 +38,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
32
38
 
33
39
  ### Added
34
40
 
35
- - Deterministic `chain.json` SVG network renderer (`src/chain-svg.ts`): tier-column layout, directed arrow edges, and dual-rule bottleneck detection (funnel: in-degree 2 and out-degree 1; hub: in-degree 2 and out-degree 2) with highlight colors. `industry_map` gains a `renderSvg` flag that writes `chain.svg` beside `chain.json` and returns the bottleneck summary; all user text is XML-escaped and the output is byte-stable for the same input.
41
+ - Deterministic `chain.json` 鈫?SVG network renderer (`src/chain-svg.ts`): tier-column layout, directed arrow edges, and dual-rule bottleneck detection (funnel: in-degree 鈮?2 and out-degree 鈮?1; hub: in-degree 鈮?2 and out-degree 鈮?2) with highlight colors. `industry_map` gains a `renderSvg` flag that writes `chain.svg` beside `chain.json` and returns the bottleneck summary; all user text is XML-escaped and the output is byte-stable for the same input.
36
42
  - Status assertions with dates: chain nodes and company cards may carry a `status` (`public`/`private`/`acquired`/`IPO`) that must carry a non-future `statusAsOf`; missing or future dates fail validation loud.
37
- - Price discipline and ticker validation: company cards accept sourced `metrics` (every value requires `source` + `asOf`) and a `ticker` checked against built-in formats (A-share 6 digits, US 1–5 letters, HK 1–5 digits), with the `scan.strictTicker` config exemption.
38
- - Research depth routing (`src/depth.ts`): `industry_map` / `industry_track` / `company_scan` accept a `depth` argument (quick/standard/comprehensive, default standard) that deterministically scales web collection quick uses minimal source counts, comprehensive uses maximum with loud failure out of range.
43
+ - Price discipline and ticker validation: company cards accept sourced `metrics` (every value requires `source` + `asOf`) and a `ticker` checked against built-in formats (A-share 6 digits, US 1鈥? letters, HK 1鈥? digits), with the `scan.strictTicker` config exemption.
44
+ - Research depth routing (`src/depth.ts`): `industry_map` / `industry_track` / `company_scan` accept a `depth` argument (quick/standard/comprehensive, default standard) that deterministically scales web collection 鈥?quick uses minimal source counts, comprehensive uses maximum 鈥?with loud failure out of range.
39
45
  - Per-company scan failure isolation: `company_scan` accepts a `companies` batch argument; one company's failure (bad file, path escape, validation) no longer aborts the batch and is reported in a `failures` list with its reason while the rest produce normally.
40
46
  - Artifact version ledger (`src/versions.ts` + `versions.jsonl` at the industry root): `industry_map` / `company_scan` / `industry_report` append a root-relative path + SHA-256 + injected timestamp + change type on every artifact write; artifact reads verify against the ledger and fail loud on a hash mismatch (unrecorded artifacts are skipped).
41
- - Built-in industry taxonomy anchor table (`src/taxonomy.ts`, 国民经济行业分类 大类 code-name-keywords); chain nodes may declare a `taxonomyCode` that must hit the table, with loud failure for unknown codes.
47
+ - Built-in industry taxonomy anchor table (`src/taxonomy.ts`, 鍥芥皯缁忔祹琛屼笟鍒嗙被 澶х被 code-name-keywords); chain nodes may declare a `taxonomyCode` that must hit the table, with loud failure for unknown codes.
42
48
  - Evidence category labels: timeline entries may carry an `evidenceCategory` (`confirmed-catalyst` / `market-narrative` / `forum-buzz` / `technical-confirmation` / `macro-amplifier` / `background-noise`) validated on write; the auto-draft groups timeline entries by category.
43
49
  - Delivery contract validation (`validateDeliveryContract`): `industry_report` runs a deterministic pre-production check (complete blocks, status assertions with dates, value assertions with source + asOf, no placeholder residue) and fails loud instead of emitting a half-assembled report.
44
50
  - Research-state memory (`src/research-state.ts` + `research-state.json` per industry): `industry_map` / `industry_track` persist the last run's depth, latest artifact hashes, source URLs, evidence-category counts, gaps, and an injected timestamp, and return a deterministic "vs last run" delta (new/removed sources, unchanged evidence); a corrupt state fails loud and the write is registered in `versions.jsonl`.
@@ -47,10 +53,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
47
53
 
48
54
  ### Deviations
49
55
 
50
- - **chain.json Slot client visualization UI** needs a new client face plus packaging changes; the deterministic `chain.svg` artifact already covers the core value.
51
- - **Industry-expert subagent team (model orchestration)** covered by failure isolation, depth routing, and adversarial review; a full model team exceeds this repo's determinism-first principle.
52
- - **Exa external retrieval service** third-party API dependency, out of scope.
53
- - **Skill self-evolution (Hermes shadow agent)** exceeds the DSH skill-provider mechanism.
56
+ - **chain.json Slot client visualization UI** 鈥?needs a new client face plus packaging changes; the deterministic `chain.svg` artifact already covers the core value.
57
+ - **Industry-expert subagent team (model orchestration)** 鈥?covered by failure isolation, depth routing, and adversarial review; a full model team exceeds this repo's determinism-first principle.
58
+ - **Exa external retrieval service** 鈥?third-party API dependency, out of scope.
59
+ - **Skill self-evolution (Hermes shadow agent)** 鈥?exceeds the DSH skill-provider mechanism.
54
60
 
55
61
  ## [0.1.3] - 2026-08-23
56
62
 
@@ -86,10 +92,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
86
92
  ### Added
87
93
 
88
94
  - Industry/company research domain pack: four workspace-bound tools and two methodology skills.
89
- - `industry_map` validate and persist an industry chain map (`chain.json`): upstream/midstream/downstream nodes, edges, and metric slots where every value requires a `sourceRef` (unsourced values are rejected; value-less slots are explicit gaps). Seed notes/files and an optional `ctx.web` digest are registered as citable sources (`sources.json`).
90
- - `industry_track` public-source policy/news tracking over the official `ctx.web` seam (never a hand-rolled fetch): per-topic search, host allow/block lists, `since` filtering, bounded snapshot fetches with SHA-256 provenance hashes, and append + dedupe into `timeline.jsonl` with a retention cap. Fails loud when `ctx.web` is unmounted or `offline: true`.
91
- - `company_scan` company cards (`card.json` + `card.md`) from user-supplied workspace data files (hashed, with Markdown outlines and figure-candidate lines so every number cites a file and a line) plus an optional `ctx.web` citation complement. Text formats only in v1 (no PDF).
92
- - `industry_report` report assembly with two paths: the frozen-contract `ctx.researchReport` engine (`assemble` sealed directory + per-claim verdicts) when mounted, or an honest builtin fallback (`reports/<YYYYMMDD-HHmmss>/report.md` + `manifest.json` with a SHA-256 source-traceability table, claims marked `unverified`, `engine: 'builtin-fallback'`).
95
+ - `industry_map` 鈥?validate and persist an industry chain map (`chain.json`): upstream/midstream/downstream nodes, edges, and metric slots where every value requires a `sourceRef` (unsourced values are rejected; value-less slots are explicit gaps). Seed notes/files and an optional `ctx.web` digest are registered as citable sources (`sources.json`).
96
+ - `industry_track` 鈥?public-source policy/news tracking over the official `ctx.web` seam (never a hand-rolled fetch): per-topic search, host allow/block lists, `since` filtering, bounded snapshot fetches with SHA-256 provenance hashes, and append + dedupe into `timeline.jsonl` with a retention cap. Fails loud when `ctx.web` is unmounted or `offline: true`.
97
+ - `company_scan` 鈥?company cards (`card.json` + `card.md`) from user-supplied workspace data files (hashed, with Markdown outlines and figure-candidate lines so every number cites a file and a line) plus an optional `ctx.web` citation complement. Text formats only in v1 (no PDF).
98
+ - `industry_report` 鈥?report assembly with two paths: the frozen-contract `ctx.researchReport` engine (`assemble` 鈫?sealed directory + per-claim verdicts) when mounted, or an honest builtin fallback (`reports/<YYYYMMDD-HHmmss>/report.md` + `manifest.json` with a SHA-256 source-traceability table, claims marked `unverified`, `engine: 'builtin-fallback'`).
93
99
  - Methodology skills `industry-research-method` and `company-research-method` (chain decomposition, supply/demand discipline, sourcing and gap-declaration discipline, compliance wording) published from the packaged `skills/` directory.
94
100
  - Typed Cordis events `industry-research/map`, `industry-research/track`, and `industry-research/report` emitted after each committed artifact.
95
- - Fail-loud Schemastery config (`industryRoot`, `fetchTimeoutMs`, `timelineMaxEntries`, `sourceAllowlist`/`sourceBlocklist`, `offline`, `skillsDir`, `track.*`, `scan.*`); vitest suites over the real 0.1.0-rc.6 `Context`/`Session`/`ToolRuntime`/`SkillRegistry`/`WebRuntime`; a keyless offline end-to-end suite over the 白酒 fixtures.
101
+ - Fail-loud Schemastery config (`industryRoot`, `fetchTimeoutMs`, `timelineMaxEntries`, `sourceAllowlist`/`sourceBlocklist`, `offline`, `skillsDir`, `track.*`, `scan.*`); vitest suites over the real 0.1.0-rc.6 `Context`/`Session`/`ToolRuntime`/`SkillRegistry`/`WebRuntime`; a keyless offline end-to-end suite over the 鐧介厭 fixtures.
package/README.es.md CHANGED
@@ -25,8 +25,8 @@
25
25
 
26
26
  ## Compatibility
27
27
 
28
- - DeepSeek Harness `0.1.2-alpha.5` (peers fijados en `0.1.2-alpha.5`).
29
- 0.1.2-alpha.5 (adaptado el 2026-09-02): 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.
28
+ - DeepSeek Harness `0.1.2-rc.1` (peers fijados en `0.1.2-rc.1`).
29
+ 0.1.2-rc.1 (adaptado el 2026-09-02): 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.
30
30
  - Node `^22.19.0 || >=24.0.0`, solo ESM (`"type": "module"`).
31
31
  - Dependencias peer: `@deepseek-ai/cordis ^4.0.2`, `@deepseek-ai/schemastery ^3.18.2`, y `@deepseek-ai/dsh-tools`, `@deepseek-ai/dsh-skill`, `@deepseek-ai/dsh-skill-filesystem` en `>=0.1.0-rc.8 <0.2.0` (todas compuestas por el bundle oficial `dsh-base`).
32
32
  - Capacidades opcionales, resueltas en tiempo de ejecución (nunca inyectadas): `ctx.web` (recuperación de fuentes públicas, compuesta por `dsh-base`) y `ctx.researchReport` (el motor de sellado del plugin hermano `dsh-research-report`).
@@ -220,3 +220,7 @@ Este proyecto es uno de los [33 complementos de DeepSeek Harness](https://github
220
220
  ## License
221
221
 
222
222
  Apache-2.0 — consulta [LICENSE](LICENSE).
223
+
224
+ ### Instalar desde el mercado de DSH Desktop
225
+
226
+ 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
@@ -25,8 +25,8 @@
25
25
 
26
26
  ## Compatibility
27
27
 
28
- - DeepSeek Harness `0.1.2-alpha.5` (peers `0.1.2-alpha.5` पर पिन)।
29
- 0.1.2-alpha.5 (2026-09-02 को अनुकूलित): सत्र लिफ़ाफ़ा अपना ignorable फ़ील्ड केवल संग्रहीत-लॉग पठन संगतता के लिए रखता है - Session.append अभी भी इसे स्टैम्प नहीं कर सकता, इसलिए गेट व्यवहार अपरिवर्तित है।
28
+ - DeepSeek Harness `0.1.2-rc.1` (peers `0.1.2-rc.1` पर पिन)।
29
+ 0.1.2-rc.1 (2026-09-02 को अनुकूलित): सत्र लिफ़ाफ़ा अपना ignorable फ़ील्ड केवल संग्रहीत-लॉग पठन संगतता के लिए रखता है - Session.append अभी भी इसे स्टैम्प नहीं कर सकता, इसलिए गेट व्यवहार अपरिवर्तित है।
30
30
  - Node `^22.19.0 || >=24.0.0`, केवल ESM (`"type": "module"`)।
31
31
  - Peer निर्भरताएँ: `@deepseek-ai/cordis ^4.0.2`, `@deepseek-ai/schemastery ^3.18.2`, और `>=0.1.0-rc.8 <0.2.0` पर `@deepseek-ai/dsh-tools`, `@deepseek-ai/dsh-skill`, `@deepseek-ai/dsh-skill-filesystem` (सभी आधिकारिक `dsh-base` बंडल में समाहित)।
32
32
  - वैकल्पिक क्षमताएँ, निष्पादन समय पर खोजी जाती हैं (कभी इंजेक्ट नहीं): `ctx.web` (सार्वजनिक-स्रोत पुनर्प्राप्ति, `dsh-base` में समाहित) और `ctx.researchReport` (सहयोगी `dsh-research-report` प्लगइन का सीलिंग इंजन)।
@@ -220,3 +220,7 @@ pnpm run pack:check
220
220
  ## License
221
221
 
222
222
  Apache-2.0 — देखें [LICENSE](LICENSE)।
223
+
224
+ ### DSH Desktop मार्केट से इंस्टॉल करें
225
+
226
+ सभी PerryLink प्लगइन DSH Desktop के बिल्ट-इन मार्केट में देखे जा सकते हैं: **Market → Sources → add source → पेस्ट करें** `https://perrylink-dsh-catalog.perrylink.workers.dev/catalog-source.json` **→ चुनें**। इंस्टॉलेशन मार्केट के npm-identity सत्यापन और आपकी पुष्टि से ही होता है।
package/README.md CHANGED
@@ -26,8 +26,8 @@
26
26
 
27
27
  ## Compatibility
28
28
 
29
- - DeepSeek Harness `0.1.2-alpha.5` (peers pinned to `0.1.2-alpha.5`).
30
- 0.1.2-alpha.5 (adapted 2026-09-02): 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.
29
+ - DeepSeek Harness `0.1.2-rc.1` (peers pinned to `0.1.2-rc.1`).
30
+ 0.1.2-rc.1 (adapted 2026-09-02): 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.
31
31
  - Node `^22.19.0 || >=24.0.0`, ESM only (`"type": "module"`).
32
32
  - Peer dependencies: `@deepseek-ai/cordis ^4.0.2`, `@deepseek-ai/schemastery ^3.18.2`, and `@deepseek-ai/dsh-tools`, `@deepseek-ai/dsh-skill`, `@deepseek-ai/dsh-skill-filesystem` at `>=0.1.0-rc.8 <0.2.0` (all composed by the official `dsh-base` bundle).
33
33
  - Optional, looked up at execution time (never injected): `ctx.web` (public-source retrieval — composed by `dsh-base`) and `ctx.researchReport` (the sibling `dsh-research-report` sealing engine).
@@ -220,6 +220,10 @@ This project is one of the [33 DeepSeek Harness plugins](https://github.com/Perr
220
220
  | **[dsh-dsh-test-drive](https://github.com/PerryLink/dsh-dsh-test-drive)** | Isolated install-and-smoke test drives for DeepSeek Harness plugins. | |
221
221
  | **[dsh-dsh-translate](https://github.com/PerryLink/dsh-dsh-translate)** | Vendor parameter translation and deterministic JSON repair for DeepSeek Harness. | |
222
222
 
223
+ ### Install from the DSH Desktop Market
224
+
225
+ 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.
226
+
223
227
  ## License
224
228
 
225
229
  Apache-2.0 — see [LICENSE](LICENSE).
package/README.pt.md CHANGED
@@ -25,8 +25,8 @@
25
25
 
26
26
  ## Compatibility
27
27
 
28
- - DeepSeek Harness `0.1.2-alpha.5` (peers fixados em `0.1.2-alpha.5`).
29
- 0.1.2-alpha.5 (adaptado em 2026-09-02): 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.
28
+ - DeepSeek Harness `0.1.2-rc.1` (peers fixados em `0.1.2-rc.1`).
29
+ 0.1.2-rc.1 (adaptado em 2026-09-02): 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.
30
30
  - Node `^22.19.0 || >=24.0.0`, apenas ESM (`"type": "module"`).
31
31
  - Dependências peer: `@deepseek-ai/cordis ^4.0.2`, `@deepseek-ai/schemastery ^3.18.2`, e `@deepseek-ai/dsh-tools`, `@deepseek-ai/dsh-skill`, `@deepseek-ai/dsh-skill-filesystem` em `>=0.1.0-rc.8 <0.2.0` (todas compostas pelo bundle oficial `dsh-base`).
32
32
  - Capacidades opcionais, resolvidas em tempo de execução (nunca injetadas): `ctx.web` (recuperação de fontes públicas, composta pelo `dsh-base`) e `ctx.researchReport` (o motor de selagem do plugin irmão `dsh-research-report`).
@@ -220,3 +220,7 @@ Este projeto é um dos [33 plugins de DeepSeek Harness](https://github.com/Perry
220
220
  ## License
221
221
 
222
222
  Apache-2.0 — veja [LICENSE](LICENSE).
223
+
224
+ ### Instalar a partir do mercado do DSH Desktop
225
+
226
+ 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
@@ -25,8 +25,8 @@
25
25
 
26
26
  ## Compatibility
27
27
 
28
- - DeepSeek Harness `0.1.2-alpha.5`(peer 钉版 `0.1.2-alpha.5`)。
29
- 0.1.2-alpha.5(2026-09-02 已适配):会话信封保留 ignorable 字段但仅用于存量日志读取兼容——Session.append 仍无法盖章,门控行为不变。
28
+ - DeepSeek Harness `0.1.2-rc.1`(peer 钉版 `0.1.2-rc.1`)。
29
+ 0.1.2-rc.1(2026-09-02 已适配):会话信封保留 ignorable 字段但仅用于存量日志读取兼容——Session.append 仍无法盖章,门控行为不变。
30
30
  - Node `^22.19.0 || >=24.0.0`,仅 ESM(`"type": "module"`)。
31
31
  - Peer 依赖:`@deepseek-ai/cordis ^4.0.2`、`@deepseek-ai/schemastery ^3.18.2`,以及 `>=0.1.0-rc.8 <0.2.0` 的 `@deepseek-ai/dsh-tools`、`@deepseek-ai/dsh-skill`、`@deepseek-ai/dsh-skill-filesystem`(官方 `dsh-base` bundle 均已组合)。
32
32
  - 可选能力在执行时查找(绝不注入):`ctx.web`(公开源检索,`dsh-base` 已组合)与 `ctx.researchReport`(兄弟插件 `dsh-research-report` 的封存引擎)。
@@ -221,3 +221,7 @@ pnpm run pack:check
221
221
  ## License
222
222
 
223
223
  Apache-2.0 — 见 [LICENSE](LICENSE)。
224
+
225
+ ### 从 DSH Desktop 市场安装
226
+
227
+ 所有 PerryLink 插件均可在 DSH Desktop 内置市场中浏览:**市场 → 来源 → 添加来源 → 粘贴** `https://perrylink-dsh-catalog.perrylink.workers.dev/catalog-source.json` **→ 选中**。安装仍需通过市场的 npm 身份校验与你的确认。
@@ -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.2` (peer) | See package | The plugin runtime |
15
15
  | [@deepseek-ai/schemastery](https://www.npmjs.com/package/@deepseek-ai/schemastery) | `^3.18.2` (peer) | See package | Configuration schema |
16
- | `@deepseek-ai/dsh-*` peers | `0.1.2-alpha.3` (peer) | See packages | Official harness seams (`dsh-tools`, `dsh-skill`, `dsh-skill-filesystem`) |
16
+ | `@deepseek-ai/dsh-*` peers | `0.1.2-rc.1` (peer) | See packages | Official harness seams (`dsh-tools`, `dsh-skill`, `dsh-skill-filesystem`) |
17
17
 
18
18
  At runtime the plugin talks to the harness services listed as peerDependencies
19
19
  plus the optional `ctx.web` and `ctx.researchReport` capabilities (looked up
package/lib/index.js CHANGED
@@ -3672,7 +3672,7 @@ function buildIndustryReportTool(ctx, config) {
3672
3672
  * @module dsh-industry-research/version
3673
3673
  */
3674
3674
  /** The package version. */
3675
- const VERSION = "0.3.2";
3675
+ const VERSION = "0.3.3";
3676
3676
  //#endregion
3677
3677
  //#region src/index.ts
3678
3678
  /**
@@ -4,5 +4,5 @@
4
4
  * @module dsh-industry-research/version
5
5
  */
6
6
  /** The package version. */
7
- export declare const VERSION = "0.3.2";
7
+ export declare const VERSION = "0.3.3";
8
8
  //# sourceMappingURL=version.d.ts.map
@@ -4,5 +4,5 @@
4
4
  * @module dsh-industry-research/version
5
5
  */
6
6
  /** The package version. */
7
- export const VERSION = '0.3.2';
7
+ export const VERSION = '0.3.3';
8
8
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-industry-research",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "Industry and company research domain pack for DeepSeek Harness: methodology skills, an industry-chain structure model (industry_map), public-source policy/news tracking over ctx.web (industry_track), company scan cards (company_scan), and auditable research reports with an optional ctx.researchReport sealing bridge and a builtin Markdown fallback (industry_report). Research only 鈥?not investment advice.",
5
5
  "author": "dsh-industry-research contributors",
6
6
  "repository": {
@@ -67,7 +67,7 @@
67
67
  ],
68
68
  "compatibility": {
69
69
  "dshVersions": [
70
- "0.1.2-alpha.5"
70
+ "0.1.2-rc.1"
71
71
  ]
72
72
  },
73
73
  "capability": {
@@ -108,23 +108,24 @@
108
108
  "tsdown": "^0.22.14",
109
109
  "typescript": "^5.9.0"
110
110
  },
111
- "devDependencies": {"@deepseek-ai/dsh-attachment": "0.1.2-alpha.5",
111
+ "devDependencies": {
112
112
  "@deepseek-ai/cordis": "^4.0.2",
113
- "@deepseek-ai/cordis-plugin-include": "1.0.6",
114
- "@deepseek-ai/cordis-plugin-loader": "1.0.2",
115
- "@deepseek-ai/dsh-agent": "0.1.2-alpha.5",
116
- "@deepseek-ai/dsh-llm": "0.1.2-alpha.5",
117
- "@deepseek-ai/dsh-session": "0.1.2-alpha.5",
118
- "@deepseek-ai/dsh-skill": "0.1.2-alpha.5",
119
- "@deepseek-ai/dsh-skill-filesystem": "0.1.2-alpha.5",
120
- "@deepseek-ai/dsh-system-prompt": "0.1.2-alpha.5",
121
- "@deepseek-ai/dsh-tools": "0.1.2-alpha.5",
122
- "@deepseek-ai/dsh-web": "0.1.2-alpha.5",
113
+ "@deepseek-ai/cordis-plugin-include": "^1.0.7",
114
+ "@deepseek-ai/cordis-plugin-loader": "^1.0.3",
115
+ "@deepseek-ai/dsh-agent": "0.1.2-rc.1",
116
+ "@deepseek-ai/dsh-llm": "0.1.2-rc.1",
117
+ "@deepseek-ai/dsh-session": "0.1.2-rc.1",
118
+ "@deepseek-ai/dsh-skill": "0.1.2-rc.1",
119
+ "@deepseek-ai/dsh-skill-filesystem": "0.1.2-rc.1",
120
+ "@deepseek-ai/dsh-system-prompt": "0.1.2-rc.1",
121
+ "@deepseek-ai/dsh-tools": "0.1.2-rc.1",
122
+ "@deepseek-ai/dsh-web": "0.1.2-rc.1",
123
123
  "@deepseek-ai/schemastery": "^3.18.2",
124
124
  "@types/node": "^22.19.0",
125
125
  "@vitest/coverage-v8": "^3.2.0",
126
126
  "oxlint": "0.18.1",
127
- "vitest": "^3.2.0"
127
+ "vitest": "^3.2.0",
128
+ "@deepseek-ai/dsh-attachment": "0.1.2-rc.1"
128
129
  },
129
130
  "scripts": {
130
131
  "build": "node scripts/prepare.mjs",
package/src/version.ts CHANGED
@@ -5,4 +5,4 @@
5
5
  */
6
6
 
7
7
  /** The package version. */
8
- export const VERSION = '0.3.2'
8
+ export const VERSION = '0.3.3'