dsh-industry-research 0.3.5 → 0.3.7
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 +37 -15
- package/README.es.md +4 -4
- package/README.hi.md +4 -4
- package/README.md +4 -4
- package/README.pt.md +4 -4
- package/README.zh.md +3 -3
- package/THIRD_PARTY_NOTICES.md +1 -1
- package/lib/index.js +1 -1
- package/lib/types/version.d.ts +1 -1
- package/lib/types/version.js +1 -1
- package/package.json +15 -17
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,32 @@
|
|
|
1
|
-
|
|
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.7] - 2026-09-09
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- Retarget the test harness `SystemPrompt` config from the removed `persona` field to `personaPrefix` (host commit `40792330c0` split it into `personaPrefix`/`personaSuffix`), which unblocked `typecheck` and `typecheck:ci` on the 0.1.5-alpha.1 peers; no behavior change.
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
|
|
16
|
+
- Move the published-dependency baseline to dsh `0.1.5-alpha.1`: devDependency pins, `dshWorkshop.compatibility.dshVersions`, and the `compat.yml` CLI/bundle pins now target that line, while the `@deepseek-ai/dsh-*` peer ranges keep both the 0.1.2-rc.1 and 0.1.5-alpha.1 lines; no behavior change.
|
|
17
|
+
|
|
18
|
+
### Docs
|
|
19
|
+
|
|
20
|
+
- Refresh the five-language README Compatibility sections, AGENTS.md, and THIRD_PARTY_NOTICES.md to the verified `dsh-v0.1.5-alpha.1` baseline and the composite peer range; no behavior change.
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
## [0.3.6] - 2026-09-08
|
|
24
|
+
|
|
25
|
+
### Docs
|
|
26
|
+
|
|
27
|
+
- Repair GBK mojibake in historical CHANGELOG entries (em/en dashes, arrows, comparison signs, and two mangled Chinese taxonomy terms) and drop the hard-coded Chinese disclaimer prefix from the EN/ES/PT/HI README headlines; all restorations match the clean pre-corruption text; no behavior change.
|
|
28
|
+
|
|
29
|
+
|
|
8
30
|
## [0.3.5] - 2026-09-07
|
|
9
31
|
|
|
10
32
|
### Docs
|
|
@@ -46,7 +68,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
46
68
|
|
|
47
69
|
### Added
|
|
48
70
|
|
|
49
|
-
- 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
|
|
71
|
+
- 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)`.
|
|
50
72
|
|
|
51
73
|
### Fixed
|
|
52
74
|
|
|
@@ -56,13 +78,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
56
78
|
|
|
57
79
|
### Added
|
|
58
80
|
|
|
59
|
-
- Deterministic `chain.json`
|
|
81
|
+
- 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.
|
|
60
82
|
- 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.
|
|
61
|
-
- 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
|
|
62
|
-
- 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
|
|
83
|
+
- 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.
|
|
84
|
+
- 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.
|
|
63
85
|
- 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.
|
|
64
86
|
- 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).
|
|
65
|
-
- Built-in industry taxonomy anchor table (`src/taxonomy.ts`,
|
|
87
|
+
- 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.
|
|
66
88
|
- 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.
|
|
67
89
|
- 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.
|
|
68
90
|
- 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`.
|
|
@@ -71,10 +93,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
71
93
|
|
|
72
94
|
### Deviations
|
|
73
95
|
|
|
74
|
-
- **chain.json Slot client visualization UI**
|
|
75
|
-
- **Industry-expert subagent team (model orchestration)**
|
|
76
|
-
- **Exa external retrieval service**
|
|
77
|
-
- **Skill self-evolution (Hermes shadow agent)**
|
|
96
|
+
- **chain.json Slot client visualization UI** — needs a new client face plus packaging changes; the deterministic `chain.svg` artifact already covers the core value.
|
|
97
|
+
- **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.
|
|
98
|
+
- **Exa external retrieval service** — third-party API dependency, out of scope.
|
|
99
|
+
- **Skill self-evolution (Hermes shadow agent)** — exceeds the DSH skill-provider mechanism.
|
|
78
100
|
|
|
79
101
|
## [0.1.3] - 2026-08-23
|
|
80
102
|
|
|
@@ -110,10 +132,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
110
132
|
### Added
|
|
111
133
|
|
|
112
134
|
- Industry/company research domain pack: four workspace-bound tools and two methodology skills.
|
|
113
|
-
- `industry_map`
|
|
114
|
-
- `industry_track`
|
|
115
|
-
- `company_scan`
|
|
116
|
-
- `industry_report`
|
|
135
|
+
- `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`).
|
|
136
|
+
- `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`.
|
|
137
|
+
- `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).
|
|
138
|
+
- `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'`).
|
|
117
139
|
- 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.
|
|
118
140
|
- Typed Cordis events `industry-research/map`, `industry-research/track`, and `industry-research/report` emitted after each committed artifact.
|
|
119
|
-
- 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
|
|
141
|
+
- 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
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
|
|
22
22
|
---
|
|
23
23
|
|
|
24
|
-
|
|
24
|
+
**Solo con fines de investigación; no constituye asesoramiento de inversión.** Este paquete solo apoya la investigación: sin trading, sin predicción de precios, sin fuentes de pago o con inicio de sesión.
|
|
25
25
|
|
|
26
26
|
## Compatibility
|
|
27
27
|
|
|
28
|
-
- DeepSeek Harness `dsh-v0.1.
|
|
28
|
+
- DeepSeek Harness `dsh-v0.1.5-alpha.1` (tag de GitHub, verificado el 2026-09-09; peers en `>=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0`).
|
|
29
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
|
-
Verificado el 2026-09-
|
|
30
|
+
Verificado el 2026-09-09 contra el checkout master dsh-v0.1.5-alpha.1 (cadena de puertas completa; el smoke de instalación de perfil real lo ejecuta el job mensual `compat.yml`).
|
|
31
31
|
- Node `^22.19.0 || >=24.0.0`, solo ESM (`"type": "module"`).
|
|
32
|
-
- 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.2-rc.1 <0.2.0` (todas compuestas por el bundle oficial `dsh-base`).
|
|
32
|
+
- 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.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0` (todas compuestas por el bundle oficial `dsh-base`).
|
|
33
33
|
- 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`).
|
|
34
34
|
|
|
35
35
|
## What you get
|
package/README.hi.md
CHANGED
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
|
|
22
22
|
---
|
|
23
23
|
|
|
24
|
-
|
|
24
|
+
**केवल अनुसंधान हेतु; निवेश सलाह नहीं।** यह पैक केवल अनुसंधान सहायता करता है: कोई ट्रेडिंग नहीं, कोई मूल्य पूर्वानुमान नहीं, कोई सशुल्क/लॉगिन-सुरक्षित स्रोत नहीं।
|
|
25
25
|
|
|
26
26
|
## Compatibility
|
|
27
27
|
|
|
28
|
-
- DeepSeek Harness `dsh-v0.1.
|
|
28
|
+
- DeepSeek Harness `dsh-v0.1.5-alpha.1` (GitHub tag, 2026-09-09 को सत्यापित; peers `>=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0` पर)।
|
|
29
29
|
0.1.2-rc.1 (2026-09-02 को अनुकूलित): सत्र लिफ़ाफ़ा अपना ignorable फ़ील्ड केवल संग्रहीत-लॉग पठन संगतता के लिए रखता है - Session.append अभी भी इसे स्टैम्प नहीं कर सकता, इसलिए गेट व्यवहार अपरिवर्तित है।
|
|
30
|
-
dsh-v0.1.
|
|
30
|
+
dsh-v0.1.5-alpha.1 master checkout के विरुद्ध 2026-09-09 को सत्यापित (पूर्ण गेट श्रृंखला; वास्तविक प्रोफ़ाइल इंस्टॉल स्मोक मासिक `compat.yml` जॉब चलाता है)।
|
|
31
31
|
- Node `^22.19.0 || >=24.0.0`, केवल ESM (`"type": "module"`)।
|
|
32
|
-
- Peer निर्भरताएँ: `@deepseek-ai/cordis ^4.0.2`, `@deepseek-ai/schemastery ^3.18.2`, और `>=0.1.2-rc.1 <0.2.0` पर `@deepseek-ai/dsh-tools`, `@deepseek-ai/dsh-skill`, `@deepseek-ai/dsh-skill-filesystem` (सभी आधिकारिक `dsh-base` बंडल में समाहित)।
|
|
32
|
+
- Peer निर्भरताएँ: `@deepseek-ai/cordis ^4.0.2`, `@deepseek-ai/schemastery ^3.18.2`, और `>=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0` पर `@deepseek-ai/dsh-tools`, `@deepseek-ai/dsh-skill`, `@deepseek-ai/dsh-skill-filesystem` (सभी आधिकारिक `dsh-base` बंडल में समाहित)।
|
|
33
33
|
- वैकल्पिक क्षमताएँ, निष्पादन समय पर खोजी जाती हैं (कभी इंजेक्ट नहीं): `ctx.web` (सार्वजनिक-स्रोत पुनर्प्राप्ति, `dsh-base` में समाहित) और `ctx.researchReport` (सहयोगी `dsh-research-report` प्लगइन का सीलिंग इंजन)।
|
|
34
34
|
|
|
35
35
|
## What you get
|
package/README.md
CHANGED
|
@@ -22,15 +22,15 @@
|
|
|
22
22
|
|
|
23
23
|
---
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
**Research only, not investment advice.** This pack does research support only: no trading, no price prediction, no paid/login-walled sources.
|
|
26
26
|
|
|
27
27
|
## Compatibility
|
|
28
28
|
|
|
29
|
-
- DeepSeek Harness `dsh-v0.1.
|
|
29
|
+
- DeepSeek Harness `dsh-v0.1.5-alpha.1` (GitHub tag, verified 2026-09-09; peers `>=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0`).
|
|
30
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
|
-
Verified 2026-09-
|
|
31
|
+
Verified 2026-09-09 against the dsh-v0.1.5-alpha.1 master checkout (full gate chain; the real profile install smoke runs in the monthly `compat.yml` job).
|
|
32
32
|
- Node `^22.19.0 || >=24.0.0`, ESM only (`"type": "module"`).
|
|
33
|
-
- 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.2-rc.1 <0.2.0` (all composed by the official `dsh-base` bundle).
|
|
33
|
+
- 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.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0` (all composed by the official `dsh-base` bundle).
|
|
34
34
|
- 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).
|
|
35
35
|
|
|
36
36
|
## What you get
|
package/README.pt.md
CHANGED
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
|
|
22
22
|
---
|
|
23
23
|
|
|
24
|
-
|
|
24
|
+
**Apenas para pesquisa; não constitui aconselhamento de investimento.** Este pacote só apoia pesquisa: sem trading, sem previsão de preços, sem fontes pagas ou com login.
|
|
25
25
|
|
|
26
26
|
## Compatibility
|
|
27
27
|
|
|
28
|
-
- DeepSeek Harness `dsh-v0.1.
|
|
28
|
+
- DeepSeek Harness `dsh-v0.1.5-alpha.1` (tag do GitHub, verificado em 2026-09-09; peers em `>=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0`).
|
|
29
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
|
-
Verificado em 2026-09-
|
|
30
|
+
Verificado em 2026-09-09 contra o checkout master dsh-v0.1.5-alpha.1 (cadeia de portas completa; o smoke de instalação de perfil real roda no job mensal `compat.yml`).
|
|
31
31
|
- Node `^22.19.0 || >=24.0.0`, apenas ESM (`"type": "module"`).
|
|
32
|
-
- 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.2-rc.1 <0.2.0` (todas compostas pelo bundle oficial `dsh-base`).
|
|
32
|
+
- 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.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0` (todas compostas pelo bundle oficial `dsh-base`).
|
|
33
33
|
- 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`).
|
|
34
34
|
|
|
35
35
|
## What you get
|
package/README.zh.md
CHANGED
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
|
|
26
26
|
## Compatibility
|
|
27
27
|
|
|
28
|
-
- DeepSeek Harness `dsh-v0.1.
|
|
28
|
+
- DeepSeek Harness `dsh-v0.1.5-alpha.1`(GitHub tag,2026-09-09 已核验;peer 范围 `>=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0`)。
|
|
29
29
|
0.1.2-rc.1(2026-09-02 已适配):会话信封保留 ignorable 字段但仅用于存量日志读取兼容——Session.append 仍无法盖章,门控行为不变。
|
|
30
|
-
2026-09-
|
|
30
|
+
2026-09-09 已核验:对照 dsh-v0.1.5-alpha.1 master checkout 实测(完整门禁链;真实 profile 安装冒烟由每月 `compat.yml` 任务执行)。
|
|
31
31
|
- Node `^22.19.0 || >=24.0.0`,仅 ESM(`"type": "module"`)。
|
|
32
|
-
- Peer 依赖:`@deepseek-ai/cordis ^4.0.2`、`@deepseek-ai/schemastery ^3.18.2`,以及 `>=0.1.2-rc.1 <0.2.0` 的 `@deepseek-ai/dsh-tools`、`@deepseek-ai/dsh-skill`、`@deepseek-ai/dsh-skill-filesystem`(官方 `dsh-base` bundle 均已组合)。
|
|
32
|
+
- Peer 依赖:`@deepseek-ai/cordis ^4.0.2`、`@deepseek-ai/schemastery ^3.18.2`,以及 `>=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0` 的 `@deepseek-ai/dsh-tools`、`@deepseek-ai/dsh-skill`、`@deepseek-ai/dsh-skill-filesystem`(官方 `dsh-base` bundle 均已组合)。
|
|
33
33
|
- 可选能力在执行时查找(绝不注入):`ctx.web`(公开源检索,`dsh-base` 已组合)与 `ctx.researchReport`(兄弟插件 `dsh-research-report` 的封存引擎)。
|
|
34
34
|
|
|
35
35
|
## What you get
|
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.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 |
|
|
16
|
+
| `@deepseek-ai/dsh-*` peers | `>=0.1.2-rc.1 <0.2.0 \|\| >=0.1.5-alpha.1 <0.2.0` (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.
|
|
3675
|
+
const VERSION = "0.3.7";
|
|
3676
3676
|
//#endregion
|
|
3677
3677
|
//#region src/index.ts
|
|
3678
3678
|
/**
|
package/lib/types/version.d.ts
CHANGED
package/lib/types/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-industry-research",
|
|
3
|
-
"version": "0.3.
|
|
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
|
|
3
|
+
"version": "0.3.7",
|
|
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": {
|
|
7
7
|
"type": "git",
|
|
@@ -66,9 +66,7 @@
|
|
|
66
66
|
"native-code:none"
|
|
67
67
|
],
|
|
68
68
|
"compatibility": {
|
|
69
|
-
"dshVersions": [
|
|
70
|
-
"0.1.2-rc.1"
|
|
71
|
-
]
|
|
69
|
+
"dshVersions": ["0.1.2-rc.1","0.1.5-alpha.1"]
|
|
72
70
|
},
|
|
73
71
|
"capability": {
|
|
74
72
|
"id": "industry-research",
|
|
@@ -99,9 +97,9 @@
|
|
|
99
97
|
"packageManager": "pnpm@11.7.0",
|
|
100
98
|
"peerDependencies": {
|
|
101
99
|
"@deepseek-ai/cordis": "^4.0.2",
|
|
102
|
-
"@deepseek-ai/dsh-skill": ">=0.1.2-rc.1 <0.2.0",
|
|
103
|
-
"@deepseek-ai/dsh-skill-filesystem": ">=0.1.2-rc.1 <0.2.0",
|
|
104
|
-
"@deepseek-ai/dsh-tools": ">=0.1.2-rc.1 <0.2.0",
|
|
100
|
+
"@deepseek-ai/dsh-skill": ">=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0",
|
|
101
|
+
"@deepseek-ai/dsh-skill-filesystem": ">=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0",
|
|
102
|
+
"@deepseek-ai/dsh-tools": ">=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0",
|
|
105
103
|
"@deepseek-ai/schemastery": "^3.18.2"
|
|
106
104
|
},
|
|
107
105
|
"dependencies": {
|
|
@@ -112,20 +110,20 @@
|
|
|
112
110
|
"@deepseek-ai/cordis": "^4.0.2",
|
|
113
111
|
"@deepseek-ai/cordis-plugin-include": "^1.0.7",
|
|
114
112
|
"@deepseek-ai/cordis-plugin-loader": "^1.0.3",
|
|
115
|
-
"@deepseek-ai/dsh-agent": "0.1.
|
|
116
|
-
"@deepseek-ai/dsh-llm": "0.1.
|
|
117
|
-
"@deepseek-ai/dsh-session": "0.1.
|
|
118
|
-
"@deepseek-ai/dsh-skill": "0.1.
|
|
119
|
-
"@deepseek-ai/dsh-skill-filesystem": "0.1.
|
|
120
|
-
"@deepseek-ai/dsh-system-prompt": "0.1.
|
|
121
|
-
"@deepseek-ai/dsh-tools": "0.1.
|
|
122
|
-
"@deepseek-ai/dsh-web": "0.1.
|
|
113
|
+
"@deepseek-ai/dsh-agent": "0.1.5-alpha.1",
|
|
114
|
+
"@deepseek-ai/dsh-llm": "0.1.5-alpha.1",
|
|
115
|
+
"@deepseek-ai/dsh-session": "0.1.5-alpha.1",
|
|
116
|
+
"@deepseek-ai/dsh-skill": "0.1.5-alpha.1",
|
|
117
|
+
"@deepseek-ai/dsh-skill-filesystem": "0.1.5-alpha.1",
|
|
118
|
+
"@deepseek-ai/dsh-system-prompt": "0.1.5-alpha.1",
|
|
119
|
+
"@deepseek-ai/dsh-tools": "0.1.5-alpha.1",
|
|
120
|
+
"@deepseek-ai/dsh-web": "0.1.5-alpha.1",
|
|
123
121
|
"@deepseek-ai/schemastery": "^3.18.2",
|
|
124
122
|
"@types/node": "^22.19.0",
|
|
125
123
|
"@vitest/coverage-v8": "^3.2.0",
|
|
126
124
|
"oxlint": "0.18.1",
|
|
127
125
|
"vitest": "^3.2.0",
|
|
128
|
-
"@deepseek-ai/dsh-attachment": "0.1.
|
|
126
|
+
"@deepseek-ai/dsh-attachment": "0.1.5-alpha.1"
|
|
129
127
|
},
|
|
130
128
|
"scripts": {
|
|
131
129
|
"build": "node scripts/prepare.mjs",
|
package/src/version.ts
CHANGED