dsh-industry-research 0.1.0 → 0.1.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,22 @@ 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.2] - 2026-08-22
9
+
10
+ ### Changed
11
+
12
+ - Upgrade the `@deepseek-ai/dsh-*` dependency family from `0.1.0-rc.8` to `0.1.1-rc.2` (DeepSeek Harness rc2): the eight dev peers (`dsh-agent`, `dsh-llm`, `dsh-session`, `dsh-skill`, `dsh-skill-filesystem`, `dsh-system-prompt`, `dsh-tools`, `dsh-web`) stay exact-pinned at `0.1.1-rc.2`; the `dsh-tools` / `dsh-skill` / `dsh-skill-filesystem` peer dependencies remain `>=0.1.0-rc.8 <0.2.0` (no rc2-only API is required). `@deepseek-ai/cordis` and non-dsh dependencies are unchanged.
13
+ - `dshWorkshop.compatibility.dshVersions` now declares `0.1.1-rc.2`; the workspace `minimumReleaseAgeExclude` broadens to the whole `@deepseek-ai/*` scope so the freshly published rc2 family resolves.
14
+ - Five-language READMEs, `AGENTS.md`, and `THIRD_PARTY_NOTICES.md` state the rc2 peer family; `compat.yml` installs the CLI and `dsh-base` / `dsh-headless` at `0.1.1-rc.2`.
15
+
16
+ ## [0.1.1] - 2026-08-21
17
+
18
+ ### Changed
19
+
20
+ - Upgrade the `@deepseek-ai/dsh-*` dependency family from `0.1.0-rc.6` to `0.1.0-rc.8` (DeepSeek Harness rc8): the `dsh-tools` / `dsh-skill` / `dsh-skill-filesystem` peer dependencies now declare `>=0.1.0-rc.8 <0.2.0`, and the rc.8 dev peers (`dsh-agent`, `dsh-llm`, `dsh-session`, `dsh-skill`, `dsh-skill-filesystem`, `dsh-system-prompt`, `dsh-tools`, `dsh-web`) stay exact-pinned. `@deepseek-ai/cordis` and non-dsh dependencies are unchanged.
21
+ - Five-language READMEs, `AGENTS.md`, and `THIRD_PARTY_NOTICES.md` state the rc.8 peer family; the session-event design note is restated for the rc.8 session envelope (the durable record is the workspace artifacts; model-visible tool results ride the durable `tool/result` session event; observability rides the typed Cordis events).
22
+ - `compat.yml` profile smoke installs the CLI and `dsh-base` / `dsh-headless` at `0.1.0-rc.8`, and the workspace `minimumReleaseAgeExclude` pins the rc.8 peer family.
23
+
8
24
  ## [0.1.0] - 2026-08-19
9
25
 
10
26
  ### Added
package/README.es.md CHANGED
@@ -24,9 +24,9 @@
24
24
 
25
25
  ## Compatibility
26
26
 
27
- - DeepSeek Harness `0.1.0-rc.6` (peers fijados en `0.1.0-rc.6`).
27
+ - DeepSeek Harness `0.1.1-rc.2` (peers fijados en `0.1.1-rc.2`).
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-tools`, `@deepseek-ai/dsh-skill`, `@deepseek-ai/dsh-skill-filesystem` en `0.1.0-rc.6` (todas compuestas por el bundle oficial `dsh-base`).
29
+ - Dependencias peer: `@deepseek-ai/cordis ^4.0.1`, `@deepseek-ai/schemastery ^3.18.0`, 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`).
30
30
  - 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`).
31
31
 
32
32
  ## What you get
@@ -141,8 +141,8 @@ Ambas se cargan bajo demanda con la herramienta estándar `skill` (`加载 indus
141
141
 
142
142
  ## Known limitations
143
143
 
144
- - **Eventos Cordis, no eventos de log de sesión** — la firma `Session.append` de rc.6 no tiene marcador `ignorable` para tipos de evento externos ni superficie de registro externa, así que añadir eventos de sesión `industry-research/*` haría que el coordinador de persistencia rechazara el log al restaurarlo. El registro duradero son los artefactos del workspace; la observabilidad viaja por los eventos Cordis tipados; los resultados de herramientas visibles al modelo viajan por el evento duradero `tool/result`.
145
- - **Sin escrituras en `ctx.attachment`** — la costura de adjuntos de rc.6 solo acepta imágenes (PNG/JPEG/WebP/GIF); los informes Markdown permanecen como archivos versionados del workspace, referenciados por ruta absoluta en el resultado de la herramienta.
144
+ - **Eventos Cordis, no eventos de log de sesión** — los eventos `industry-research/*` son observabilidad Cordis tipada y nunca se anexan al log de sesión; el registro duradero son los artefactos del workspace; la observabilidad viaja por los eventos Cordis tipados; los resultados de herramientas visibles al modelo viajan por el evento duradero `tool/result`.
145
+ - **Sin escrituras en `ctx.attachment`** — la costura de adjuntos de rc2 solo acepta imágenes (PNG/JPEG/WebP/GIF); los informes Markdown permanecen como archivos versionados del workspace, referenciados por ruta absoluta en el resultado de la herramienta.
146
146
  - **v1 solo lee formatos de texto** — sin análisis de PDF; pide a los usuarios convertir los PDF a texto/Markdown primero.
147
147
  - **Skills en edición china** — las skills de metodología empaquetadas se publican en chino; una edición en inglés es trabajo futuro.
148
148
  - **Herramientas en primer plano** — `industry_track` está acotada por `track.maxFetchesPerCall` y `fetchTimeoutMs` y corre en primer plano; un modo con trabajos en segundo plano es trabajo futuro.
package/README.hi.md CHANGED
@@ -24,9 +24,9 @@
24
24
 
25
25
  ## Compatibility
26
26
 
27
- - DeepSeek Harness `0.1.0-rc.6` (peers `0.1.0-rc.6` पर पिन)।
27
+ - DeepSeek Harness `0.1.1-rc.2` (peers `0.1.1-rc.2` पर पिन)।
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.0-rc.6` पर `@deepseek-ai/dsh-tools`, `@deepseek-ai/dsh-skill`, `@deepseek-ai/dsh-skill-filesystem` (सभी आधिकारिक `dsh-base` बंडल में समाहित)।
29
+ - Peer निर्भरताएँ: `@deepseek-ai/cordis ^4.0.1`, `@deepseek-ai/schemastery ^3.18.0`, और `>=0.1.0-rc.8 <0.2.0` पर `@deepseek-ai/dsh-tools`, `@deepseek-ai/dsh-skill`, `@deepseek-ai/dsh-skill-filesystem` (सभी आधिकारिक `dsh-base` बंडल में समाहित)।
30
30
  - वैकल्पिक क्षमताएँ, निष्पादन समय पर खोजी जाती हैं (कभी इंजेक्ट नहीं): `ctx.web` (सार्वजनिक-स्रोत पुनर्प्राप्ति, `dsh-base` में समाहित) और `ctx.researchReport` (सहयोगी `dsh-research-report` प्लगइन का सीलिंग इंजन)।
31
31
 
32
32
  ## What you get
@@ -141,8 +141,8 @@ workspace डेटा फ़ाइलें (`.md/.txt/.csv/.tsv/.json`; v1 PDF
141
141
 
142
142
  ## Known limitations
143
143
 
144
- - **सेशन-लॉग इवेंट नहीं, Cordis इवेंट** — rc.6 की `Session.append` सिग्नेचर में बाहरी इवेंट प्रकारों के लिए `ignorable` मार्कर और बाहरी इवेंट-रजिस्ट्रेशन सतह नहीं है, इसलिए कस्टम `industry-research/*` सेशन इवेंट जोड़ने से पर्सिस्टेंस कोऑर्डिनेटर रीस्टोर पर लॉग अस्वीकार कर देगा। टिकाऊ रिकॉर्ड workspace आर्टिफ़ैक्ट हैं; ऑब्ज़र्वेबिलिटी टाइप किए Cordis इवेंट से चलती है; मॉडल-दृश्य टूल परिणाम टिकाऊ `tool/result` सेशन इवेंट से चलते हैं।
145
- - **`ctx.attachment` में लेखन नहीं** — rc.6 अटैचमेंट सीम केवल इमेज स्वीकार करती है (PNG/JPEG/WebP/GIF); Markdown रिपोर्ट इसलिए संस्करणित workspace फ़ाइलें रहती हैं, टूल परिणाम में निरपेक्ष पाथ से संदर्भित।
144
+ - **सेशन-लॉग इवेंट नहीं, Cordis इवेंट** — `industry-research/*` इवेंट टाइप किए Cordis ऑब्ज़र्वेबिलिटी हैं और कभी भी सेशन लॉग में नहीं जोड़े जाते; टिकाऊ रिकॉर्ड workspace आर्टिफ़ैक्ट हैं; ऑब्ज़र्वेबिलिटी टाइप किए Cordis इवेंट से चलती है; मॉडल-दृश्य टूल परिणाम टिकाऊ `tool/result` सेशन इवेंट से चलते हैं।
145
+ - **`ctx.attachment` में लेखन नहीं** — rc2 अटैचमेंट सीम केवल इमेज स्वीकार करती है (PNG/JPEG/WebP/GIF); Markdown रिपोर्ट इसलिए संस्करणित workspace फ़ाइलें रहती हैं, टूल परिणाम में निरपेक्ष पाथ से संदर्भित।
146
146
  - **v1 केवल टेक्स्ट फ़ॉर्मैट पढ़ता है** — PDF पार्सिंग नहीं; उपयोगकर्ताओं से पहले PDF को टेक्स्ट/Markdown में बदलने को कहें।
147
147
  - **चीनी-संस्करण स्किल्स** — पैकेज्ड मेथडॉलॉजी स्किल्स चीनी में आती हैं; अंग्रेज़ी संस्करण भविष्य का काम।
148
148
  - **फ़ोरग्राउंड टूल्स** — `industry_track` `track.maxFetchesPerCall` व `fetchTimeoutMs` से सीमित होकर फ़ोरग्राउंड में चलती है; बैकग्राउंड-जॉब्स मोड भविष्य का काम।
package/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  <div align="center">
2
2
 
3
3
  # 🏭 dsh-industry-research
4
+ [![Gitee](https://img.shields.io/badge/Gitee-mirror-c71d23?logo=gitee)](https://gitee.com/perrylink/dsh-industry-research)
4
5
 
5
6
  **Industry and company research domain pack for DeepSeek Harness.**
6
7
 
@@ -24,9 +25,9 @@
24
25
 
25
26
  ## Compatibility
26
27
 
27
- - DeepSeek Harness `0.1.0-rc.6` (peers pinned to `0.1.0-rc.6`).
28
+ - DeepSeek Harness `0.1.1-rc.2` (peers pinned to `0.1.1-rc.2`).
28
29
  - Node `^22.19.0 || >=24.0.0`, ESM only (`"type": "module"`).
29
- - Peer dependencies: `@deepseek-ai/cordis ^4.0.1`, `@deepseek-ai/schemastery ^3.18.0`, and `@deepseek-ai/dsh-tools`, `@deepseek-ai/dsh-skill`, `@deepseek-ai/dsh-skill-filesystem` at `0.1.0-rc.6` (all composed by the official `dsh-base` bundle).
30
+ - Peer dependencies: `@deepseek-ai/cordis ^4.0.1`, `@deepseek-ai/schemastery ^3.18.0`, 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).
30
31
  - 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).
31
32
 
32
33
  ## What you get
@@ -141,8 +142,8 @@ Both load on demand through the standard `skill` tool (`加载 industry-research
141
142
 
142
143
  ## Known limitations
143
144
 
144
- - **Cordis events, not session-log events** — the rc.6 `Session.append` signature has no `ignorable` marker for out-of-repo event types and no external event-registration surface, so appending custom `industry-research/*` session events would make the persistence coordinator refuse the log on restore. The durable record is the workspace artifacts; observability rides the typed Cordis events; model-visible tool results ride the durable `tool/result` session event.
145
- - **No `ctx.attachment` writes** — the rc.6 attachment seam accepts images only (PNG/JPEG/WebP/GIF); Markdown reports therefore stay versioned workspace files, referenced by absolute path in the tool result.
145
+ - **Cordis events, not session-log events** — `industry-research/*` events are typed Cordis observability events and are never appended to the session log; the durable record is the workspace artifacts themselves, and model-visible tool results ride the durable `tool/result` session event.
146
+ - **No `ctx.attachment` writes** — the rc2 attachment seam accepts images only (PNG/JPEG/WebP/GIF); Markdown reports therefore stay versioned workspace files, referenced by absolute path in the tool result.
146
147
  - **v1 reads text formats only** — no PDF parsing; ask users to convert PDFs to text/Markdown first.
147
148
  - **Chinese-edition skills** — the packaged methodology skills ship in Chinese; an English edition is future work.
148
149
  - **Foreground tools** — `industry_track` is bounded by `track.maxFetchesPerCall` and `fetchTimeoutMs` and runs in the foreground; a background-jobs mode is future work.
package/README.pt.md CHANGED
@@ -24,9 +24,9 @@
24
24
 
25
25
  ## Compatibility
26
26
 
27
- - DeepSeek Harness `0.1.0-rc.6` (peers fixados em `0.1.0-rc.6`).
27
+ - DeepSeek Harness `0.1.1-rc.2` (peers fixados em `0.1.1-rc.2`).
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-tools`, `@deepseek-ai/dsh-skill`, `@deepseek-ai/dsh-skill-filesystem` em `0.1.0-rc.6` (todas compostas pelo bundle oficial `dsh-base`).
29
+ - Dependências peer: `@deepseek-ai/cordis ^4.0.1`, `@deepseek-ai/schemastery ^3.18.0`, 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`).
30
30
  - 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`).
31
31
 
32
32
  ## What you get
@@ -141,8 +141,8 @@ Ambas carregam sob demanda pela ferramenta padrão `skill` (`加载 industry-res
141
141
 
142
142
  ## Known limitations
143
143
 
144
- - **Eventos Cordis, não eventos de log de sessão** — a assinatura `Session.append` do rc.6 não tem marcador `ignorable` para tipos de evento externos nem superfície de registro externa, portanto anexar eventos de sessão `industry-research/*` faria o coordenador de persistência recusar o log na restauração. O registro duradouro são os artefatos do workspace; a observabilidade viaja pelos eventos Cordis tipados; os resultados de ferramentas visíveis ao modelo viajam pelo evento duradouro `tool/result`.
145
- - **Sem escritas em `ctx.attachment`** — a costura de anexos do rc.6 só aceita imagens (PNG/JPEG/WebP/GIF); os relatórios Markdown permanecem como arquivos versionados do workspace, referenciados por caminho absoluto no resultado da ferramenta.
144
+ - **Eventos Cordis, não eventos de log de sessão** — os eventos `industry-research/*` são observabilidade Cordis tipada e nunca são anexados ao log de sessão; o registro duradouro são os artefatos do workspace; a observabilidade viaja pelos eventos Cordis tipados; os resultados de ferramentas visíveis ao modelo viajam pelo evento duradouro `tool/result`.
145
+ - **Sem escritas em `ctx.attachment`** — a costura de anexos do rc2 só aceita imagens (PNG/JPEG/WebP/GIF); os relatórios Markdown permanecem como arquivos versionados do workspace, referenciados por caminho absoluto no resultado da ferramenta.
146
146
  - **v1 só lê formatos de texto** — sem análise de PDF; peça aos usuários para converter os PDFs em texto/Markdown primeiro.
147
147
  - **Skills em edição chinesa** — as skills de metodologia empacotadas são publicadas em chinês; uma edição em inglês é trabalho futuro.
148
148
  - **Ferramentas em primeiro plano** — `industry_track` é limitada por `track.maxFetchesPerCall` e `fetchTimeoutMs` e corre em primeiro plano; um modo com trabalhos em segundo plano é trabalho futuro.
package/README.zh.md CHANGED
@@ -24,9 +24,9 @@
24
24
 
25
25
  ## Compatibility
26
26
 
27
- - DeepSeek Harness `0.1.0-rc.6`(peer 钉版 `0.1.0-rc.6`)。
27
+ - DeepSeek Harness `0.1.1-rc.2`(peer 钉版 `0.1.1-rc.2`)。
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.0-rc.6` 的 `@deepseek-ai/dsh-tools`、`@deepseek-ai/dsh-skill`、`@deepseek-ai/dsh-skill-filesystem`(官方 `dsh-base` bundle 均已组合)。
29
+ - Peer 依赖:`@deepseek-ai/cordis ^4.0.1`、`@deepseek-ai/schemastery ^3.18.0`,以及 `>=0.1.0-rc.8 <0.2.0` 的 `@deepseek-ai/dsh-tools`、`@deepseek-ai/dsh-skill`、`@deepseek-ai/dsh-skill-filesystem`(官方 `dsh-base` bundle 均已组合)。
30
30
  - 可选能力在执行时查找(绝不注入):`ctx.web`(公开源检索,`dsh-base` 已组合)与 `ctx.researchReport`(兄弟插件 `dsh-research-report` 的封存引擎)。
31
31
 
32
32
  ## What you get
@@ -141,8 +141,8 @@ dsh plugin --profile demo remove dsh-industry-research # 卸载
141
141
 
142
142
  ## Known limitations
143
143
 
144
- - **Cordis 事件而非会话日志事件**——rc.6 的 `Session.append` 签名没有 `ignorable` 标记(非 surface 事件 `...opts: []`),也没有外部事件注册面;追加自定义 `industry-research/*` 会话事件会导致持久化协调器在恢复时拒绝该日志。持久记录是工作区产物本身;可观测性走类型化 Cordis 事件;模型可见的工具结果走持久 `tool/result` 会话事件。
145
- - **不写 `ctx.attachment`**——rc.6 附件缝隙只接受图片(PNG/JPEG/WebP/GIF);Markdown 报告因此保持为版本化工作区文件,工具结果中以绝对路径引用。
144
+ - **Cordis 事件而非会话日志事件**——`industry-research/*` 事件是类型化 Cordis 可观测性事件,绝不追加进会话日志;持久记录是工作区产物本身;可观测性走类型化 Cordis 事件;模型可见的工具结果走持久 `tool/result` 会话事件。
145
+ - **不写 `ctx.attachment`**——rc2 附件缝隙只接受图片(PNG/JPEG/WebP/GIF);Markdown 报告因此保持为版本化工作区文件,工具结果中以绝对路径引用。
146
146
  - **v1 只读文本格式**——不解析 PDF;请用户先把 PDF 转成文本/Markdown。
147
147
  - **中文版技能**——随包方法论技能为中文版;英文版为后续工作。
148
148
  - **前台工具**——`industry_track` 由 `track.maxFetchesPerCall` 与 `fetchTimeoutMs` 界定为前台任务;后台任务模式为后续工作。
@@ -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.0-rc.6` (peer) | See packages | Official harness seams (`dsh-tools`, `dsh-skill`, `dsh-skill-filesystem`) |
16
+ | `@deepseek-ai/dsh-*` peers | `0.1.1-rc.2` (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
@@ -1994,7 +1994,7 @@ function buildIndustryReportTool(ctx, config) {
1994
1994
  * @module dsh-industry-research/version
1995
1995
  */
1996
1996
  /** The package version. */
1997
- const VERSION = "0.1.0";
1997
+ const VERSION = "0.1.2";
1998
1998
  //#endregion
1999
1999
  //#region src/index.ts
2000
2000
  /**
@@ -1,12 +1,10 @@
1
1
  /**
2
2
  * Typed Cordis events emitted after a tool commits its artifacts. These are
3
3
  * live observability events (other plugins may listen); they are NOT appended
4
- * to the session log. The rc.6 `Session.append` signature has no `ignorable`
5
- * marker for out-of-repo event types and there is no external
6
- * event-registration surface, so appending `industry-research/*` session
7
- * events would make the persistence coordinator refuse the log on restore —
8
- * the durable record is the workspace artifacts themselves, and model-visible
9
- * tool results ride the durable `tool/result` session event.
4
+ * to the session log. The durable record is the workspace artifacts
5
+ * themselves, and model-visible tool results ride the durable `tool/result`
6
+ * session event; out-of-repo `industry-research/*` session events would only
7
+ * ever be skippable log noise, so none are appended.
10
8
  * @module dsh-industry-research/events
11
9
  */
12
10
  /** Payload of `industry-research/map`. */
@@ -1 +1 @@
1
- {"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../src/events.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,0CAA0C;AAC1C,MAAM,WAAW,eAAe;IAC9B,6BAA6B;IAC7B,QAAQ,EAAE,MAAM,CAAA;IAChB,iDAAiD;IACjD,IAAI,EAAE,MAAM,CAAA;IACZ,uCAAuC;IACvC,KAAK,EAAE,MAAM,CAAA;IACb,uCAAuC;IACvC,KAAK,EAAE,MAAM,CAAA;IACb,+CAA+C;IAC/C,IAAI,EAAE,MAAM,CAAA;CACb;AAED,4CAA4C;AAC5C,MAAM,WAAW,iBAAiB;IAChC,6BAA6B;IAC7B,QAAQ,EAAE,MAAM,CAAA;IAChB,6CAA6C;IAC7C,IAAI,EAAE,MAAM,CAAA;IACZ,qCAAqC;IACrC,KAAK,EAAE,MAAM,CAAA;IACb,2CAA2C;IAC3C,UAAU,EAAE,MAAM,CAAA;IAClB,8CAA8C;IAC9C,KAAK,EAAE,MAAM,CAAA;CACd;AAED,6CAA6C;AAC7C,MAAM,WAAW,kBAAkB;IACjC,6BAA6B;IAC7B,QAAQ,EAAE,MAAM,CAAA;IAChB,wCAAwC;IACxC,MAAM,EAAE,iBAAiB,GAAG,kBAAkB,CAAA;IAC9C,iCAAiC;IACjC,SAAS,EAAE,MAAM,CAAA;IACjB,iCAAiC;IACjC,MAAM,EAAE,MAAM,CAAA;IACd,oCAAoC;IACpC,QAAQ,EAAE,MAAM,CAAA;CACjB;AAED,OAAO,QAAQ,qBAAqB,CAAC;IACnC,UAAU,MAAM;QACd;;;;;;WAMG;QACH,uBAAuB,CAAC,OAAO,EAAE,eAAe,GAAG,IAAI,CAAA;QACvD;;;;;;WAMG;QACH,yBAAyB,CAAC,OAAO,EAAE,iBAAiB,GAAG,IAAI,CAAA;QAC3D;;;;;;WAMG;QACH,0BAA0B,CAAC,OAAO,EAAE,kBAAkB,GAAG,IAAI,CAAA;KAC9D;CACF"}
1
+ {"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../src/events.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,0CAA0C;AAC1C,MAAM,WAAW,eAAe;IAC9B,6BAA6B;IAC7B,QAAQ,EAAE,MAAM,CAAA;IAChB,iDAAiD;IACjD,IAAI,EAAE,MAAM,CAAA;IACZ,uCAAuC;IACvC,KAAK,EAAE,MAAM,CAAA;IACb,uCAAuC;IACvC,KAAK,EAAE,MAAM,CAAA;IACb,+CAA+C;IAC/C,IAAI,EAAE,MAAM,CAAA;CACb;AAED,4CAA4C;AAC5C,MAAM,WAAW,iBAAiB;IAChC,6BAA6B;IAC7B,QAAQ,EAAE,MAAM,CAAA;IAChB,6CAA6C;IAC7C,IAAI,EAAE,MAAM,CAAA;IACZ,qCAAqC;IACrC,KAAK,EAAE,MAAM,CAAA;IACb,2CAA2C;IAC3C,UAAU,EAAE,MAAM,CAAA;IAClB,8CAA8C;IAC9C,KAAK,EAAE,MAAM,CAAA;CACd;AAED,6CAA6C;AAC7C,MAAM,WAAW,kBAAkB;IACjC,6BAA6B;IAC7B,QAAQ,EAAE,MAAM,CAAA;IAChB,wCAAwC;IACxC,MAAM,EAAE,iBAAiB,GAAG,kBAAkB,CAAA;IAC9C,iCAAiC;IACjC,SAAS,EAAE,MAAM,CAAA;IACjB,iCAAiC;IACjC,MAAM,EAAE,MAAM,CAAA;IACd,oCAAoC;IACpC,QAAQ,EAAE,MAAM,CAAA;CACjB;AAED,OAAO,QAAQ,qBAAqB,CAAC;IACnC,UAAU,MAAM;QACd;;;;;;WAMG;QACH,uBAAuB,CAAC,OAAO,EAAE,eAAe,GAAG,IAAI,CAAA;QACvD;;;;;;WAMG;QACH,yBAAyB,CAAC,OAAO,EAAE,iBAAiB,GAAG,IAAI,CAAA;QAC3D;;;;;;WAMG;QACH,0BAA0B,CAAC,OAAO,EAAE,kBAAkB,GAAG,IAAI,CAAA;KAC9D;CACF"}
@@ -1,12 +1,10 @@
1
1
  /**
2
2
  * Typed Cordis events emitted after a tool commits its artifacts. These are
3
3
  * live observability events (other plugins may listen); they are NOT appended
4
- * to the session log. The rc.6 `Session.append` signature has no `ignorable`
5
- * marker for out-of-repo event types and there is no external
6
- * event-registration surface, so appending `industry-research/*` session
7
- * events would make the persistence coordinator refuse the log on restore —
8
- * the durable record is the workspace artifacts themselves, and model-visible
9
- * tool results ride the durable `tool/result` session event.
4
+ * to the session log. The durable record is the workspace artifacts
5
+ * themselves, and model-visible tool results ride the durable `tool/result`
6
+ * session event; out-of-repo `industry-research/*` session events would only
7
+ * ever be skippable log noise, so none are appended.
10
8
  * @module dsh-industry-research/events
11
9
  */
12
10
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"events.js","sourceRoot":"","sources":["../../src/events.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG"}
1
+ {"version":3,"file":"events.js","sourceRoot":"","sources":["../../src/events.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG"}
@@ -4,5 +4,5 @@
4
4
  * @module dsh-industry-research/version
5
5
  */
6
6
  /** The package version. */
7
- export declare const VERSION = "0.1.0";
7
+ export declare const VERSION = "0.1.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.1.0';
7
+ export const VERSION = '0.1.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.1.0",
3
+ "version": "0.1.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,12 +67,12 @@
67
67
  ],
68
68
  "compatibility": {
69
69
  "dshVersions": [
70
- "0.1.0-rc.6"
70
+ "0.1.1-rc.2"
71
71
  ]
72
72
  },
73
73
  "capability": {
74
74
  "id": "industry-research",
75
- "kind": "research-domain-pack",
75
+ "kind": "tool",
76
76
  "invocation": "mount the dsh-industry-research bundle row, then call industry_map / industry_track / company_scan / industry_report or load the industry-research-method / company-research-method skills",
77
77
  "expected": "ctx.tools gains the four research tools, ctx.skills lists the two methodology skills, artifacts land under the configured industryRoot, and reports carry the research-only disclaimer with a source-traceability appendix"
78
78
  },
@@ -99,9 +99,9 @@
99
99
  "packageManager": "pnpm@11.7.0",
100
100
  "peerDependencies": {
101
101
  "@deepseek-ai/cordis": "^4.0.1",
102
- "@deepseek-ai/dsh-skill": "0.1.0-rc.6",
103
- "@deepseek-ai/dsh-skill-filesystem": "0.1.0-rc.6",
104
- "@deepseek-ai/dsh-tools": "0.1.0-rc.6",
102
+ "@deepseek-ai/dsh-skill": ">=0.1.0-rc.8 <0.2.0",
103
+ "@deepseek-ai/dsh-skill-filesystem": ">=0.1.0-rc.8 <0.2.0",
104
+ "@deepseek-ai/dsh-tools": ">=0.1.0-rc.8 <0.2.0",
105
105
  "@deepseek-ai/schemastery": "^3.18.0"
106
106
  },
107
107
  "dependencies": {
@@ -112,14 +112,14 @@
112
112
  "@deepseek-ai/cordis": "^4.0.1",
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.0-rc.6",
116
- "@deepseek-ai/dsh-llm": "0.1.0-rc.6",
117
- "@deepseek-ai/dsh-session": "0.1.0-rc.6",
118
- "@deepseek-ai/dsh-skill": "0.1.0-rc.6",
119
- "@deepseek-ai/dsh-skill-filesystem": "0.1.0-rc.6",
120
- "@deepseek-ai/dsh-system-prompt": "0.1.0-rc.6",
121
- "@deepseek-ai/dsh-tools": "0.1.0-rc.6",
122
- "@deepseek-ai/dsh-web": "0.1.0-rc.6",
115
+ "@deepseek-ai/dsh-agent": "0.1.1-rc.2",
116
+ "@deepseek-ai/dsh-llm": "0.1.1-rc.2",
117
+ "@deepseek-ai/dsh-session": "0.1.1-rc.2",
118
+ "@deepseek-ai/dsh-skill": "0.1.1-rc.2",
119
+ "@deepseek-ai/dsh-skill-filesystem": "0.1.1-rc.2",
120
+ "@deepseek-ai/dsh-system-prompt": "0.1.1-rc.2",
121
+ "@deepseek-ai/dsh-tools": "0.1.1-rc.2",
122
+ "@deepseek-ai/dsh-web": "0.1.1-rc.2",
123
123
  "@deepseek-ai/schemastery": "^3.18.0",
124
124
  "@types/node": "^22.19.0",
125
125
  "@vitest/coverage-v8": "^3.2.0",
package/src/events.ts CHANGED
@@ -1,12 +1,10 @@
1
1
  /**
2
2
  * Typed Cordis events emitted after a tool commits its artifacts. These are
3
3
  * live observability events (other plugins may listen); they are NOT appended
4
- * to the session log. The rc.6 `Session.append` signature has no `ignorable`
5
- * marker for out-of-repo event types and there is no external
6
- * event-registration surface, so appending `industry-research/*` session
7
- * events would make the persistence coordinator refuse the log on restore —
8
- * the durable record is the workspace artifacts themselves, and model-visible
9
- * tool results ride the durable `tool/result` session event.
4
+ * to the session log. The durable record is the workspace artifacts
5
+ * themselves, and model-visible tool results ride the durable `tool/result`
6
+ * session event; out-of-repo `industry-research/*` session events would only
7
+ * ever be skippable log noise, so none are appended.
10
8
  * @module dsh-industry-research/events
11
9
  */
12
10
 
package/src/version.ts CHANGED
@@ -5,4 +5,4 @@
5
5
  */
6
6
 
7
7
  /** The package version. */
8
- export const VERSION = '0.1.0'
8
+ export const VERSION = '0.1.2'