dsh-industry-research 0.3.1 → 0.3.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,12 @@ 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.2] - 2026-09-02
9
+
10
+ ### Changed
11
+
12
+ - Align the devDependency pins to the published dsh 0.1.2-alpha.5 line and re-verify the adaptation claims; no behavior change.
13
+
8
14
  ## [0.3.1] - 2026-09-01
9
15
 
10
16
  ### Changed
package/README.es.md CHANGED
@@ -25,8 +25,8 @@
25
25
 
26
26
  ## Compatibility
27
27
 
28
- - DeepSeek Harness `0.1.2-alpha.3` (peers fijados en `0.1.2-alpha.3`).
29
- 0.1.2-alpha.3 (adaptado el 2026-09-01): 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-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.
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`).
package/README.hi.md CHANGED
@@ -25,8 +25,8 @@
25
25
 
26
26
  ## Compatibility
27
27
 
28
- - DeepSeek Harness `0.1.2-alpha.3` (peers `0.1.2-alpha.3` पर पिन)।
29
- 0.1.2-alpha.3 (2026-09-01 को अनुकूलित): सत्र लिफ़ाफ़ा अपना ignorable फ़ील्ड केवल संग्रहीत-लॉग पठन संगतता के लिए रखता है - Session.append अभी भी इसे स्टैम्प नहीं कर सकता, इसलिए गेट व्यवहार अपरिवर्तित है।
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 अभी भी इसे स्टैम्प नहीं कर सकता, इसलिए गेट व्यवहार अपरिवर्तित है।
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` प्लगइन का सीलिंग इंजन)।
package/README.md CHANGED
@@ -26,8 +26,8 @@
26
26
 
27
27
  ## Compatibility
28
28
 
29
- - DeepSeek Harness `0.1.2-alpha.3` (peers pinned to `0.1.2-alpha.3`).
30
- 0.1.2-alpha.3 (adapted 2026-09-01): 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-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.
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).
package/README.pt.md CHANGED
@@ -25,8 +25,8 @@
25
25
 
26
26
  ## Compatibility
27
27
 
28
- - DeepSeek Harness `0.1.2-alpha.3` (peers fixados em `0.1.2-alpha.3`).
29
- 0.1.2-alpha.3 (adaptado em 2026-09-01): 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-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.
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`).
package/README.zh.md CHANGED
@@ -25,8 +25,8 @@
25
25
 
26
26
  ## Compatibility
27
27
 
28
- - DeepSeek Harness `0.1.2-alpha.3`(peer 钉版 `0.1.2-alpha.3`)。
29
- 0.1.2-alpha.3(2026-09-01 已适配):会话信封保留 ignorable 字段但仅用于存量日志读取兼容——Session.append 仍无法盖章,门控行为不变。
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 仍无法盖章,门控行为不变。
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` 的封存引擎)。
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.1";
3675
+ const VERSION = "0.3.2";
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.1";
7
+ export declare const VERSION = "0.3.2";
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.1';
7
+ export const VERSION = '0.3.2';
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.1",
3
+ "version": "0.3.2",
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.3"
70
+ "0.1.2-alpha.5"
71
71
  ]
72
72
  },
73
73
  "capability": {
@@ -108,18 +108,18 @@
108
108
  "tsdown": "^0.22.14",
109
109
  "typescript": "^5.9.0"
110
110
  },
111
- "devDependencies": {"@deepseek-ai/dsh-attachment": "0.1.2-alpha.3",
111
+ "devDependencies": {"@deepseek-ai/dsh-attachment": "0.1.2-alpha.5",
112
112
  "@deepseek-ai/cordis": "^4.0.2",
113
113
  "@deepseek-ai/cordis-plugin-include": "1.0.6",
114
114
  "@deepseek-ai/cordis-plugin-loader": "1.0.2",
115
- "@deepseek-ai/dsh-agent": "0.1.2-alpha.3",
116
- "@deepseek-ai/dsh-llm": "0.1.2-alpha.3",
117
- "@deepseek-ai/dsh-session": "0.1.2-alpha.3",
118
- "@deepseek-ai/dsh-skill": "0.1.2-alpha.3",
119
- "@deepseek-ai/dsh-skill-filesystem": "0.1.2-alpha.3",
120
- "@deepseek-ai/dsh-system-prompt": "0.1.2-alpha.3",
121
- "@deepseek-ai/dsh-tools": "0.1.2-alpha.3",
122
- "@deepseek-ai/dsh-web": "0.1.2-alpha.3",
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",
123
123
  "@deepseek-ai/schemastery": "^3.18.2",
124
124
  "@types/node": "^22.19.0",
125
125
  "@vitest/coverage-v8": "^3.2.0",
package/src/version.ts CHANGED
@@ -5,4 +5,4 @@
5
5
  */
6
6
 
7
7
  /** The package version. */
8
- export const VERSION = '0.3.1'
8
+ export const VERSION = '0.3.2'