dsh-claude-move 0.2.5 → 0.2.6
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 +6 -0
- package/README.es.md +1 -1
- package/README.hi.md +1 -1
- package/README.md +2 -1
- package/README.pt.md +1 -1
- package/README.zh.md +1 -1
- package/cordis.patch.yml +4 -4
- package/index.mjs +2901 -2901
- package/lib/convert.mjs +725 -725
- package/lib/discovery.mjs +619 -619
- package/package.json +131 -130
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project are documented here. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); versions follow [SemVer](https://semver.org/).
|
|
4
4
|
|
|
5
|
+
## [0.2.6] - 2026-08-22
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- Upgrade to DeepSeek Harness `0.1.1-rc.2`: all 14 `@deepseek-ai/dsh-*` devDependencies pinned to exact `0.1.1-rc.2`, the compatibility declaration bumped to `0.1.1-rc.2`, and the CI compat matrix re-pinned to `0.1.1-rc.2`. The `@deepseek-ai/dsh-tools` peer range stays `>=0.1.0-rc.8 <0.2.0` (no consumed seam requires an rc.2-only API). No behavior change: every consumed seam (`defineTool` output schemas, sync `systemPrompt` providers, single-`CommandInvocation` command handlers, `skills.registerProvider`, `webServer.register` exact routes, `SESSION_FORMAT_VERSION=0` session persistence) is unchanged in rc.2. Verified by the full gate (214 tests, coverage, lint, readme sync, self-contained, artifacts) and a real keyless headless smoke on an rc.2 profile (`dsh-base` + `dsh-headless` + `dsh-claude-move` against a deterministic mock LLM, `SMOKE-OK`).
|
|
10
|
+
|
|
5
11
|
## [0.2.5] - 2026-08-21
|
|
6
12
|
|
|
7
13
|
### Changed
|
package/README.es.md
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
|
|
23
23
|
## Compatibilidad
|
|
24
24
|
|
|
25
|
-
- Dirigido a `dsh 0.1.
|
|
25
|
+
- Dirigido a `dsh 0.1.1-rc.2` (perfil web); las dependencias peer requieren `>=0.1.0-rc.8 <0.2.0`. Node `^22.19 || >=24`.
|
|
26
26
|
- Última verificación con una instalación nueva desde tarball: escaneo real, importación por lotes real (reimportación idempotente), adjuntado al workspace y artefactos de persistencia confirmados; macOS/Linux cubiertos por la matriz de CI.
|
|
27
27
|
|
|
28
28
|
### Matriz de compatibilidad (solo costuras públicas)
|
package/README.hi.md
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
|
|
23
23
|
## अनुकूलता
|
|
24
24
|
|
|
25
|
-
- `dsh 0.1.
|
|
25
|
+
- `dsh 0.1.1-rc.2` (web profile) को लक्षित करता है; peer निर्भरताएँ `>=0.1.0-rc.8 <0.2.0` चाहिए। Node `^22.19 || >=24`।
|
|
26
26
|
- अंतिम बार एक ताज़ा tarball इंस्टॉल के विरुद्ध सत्यापित: वास्तविक स्कैन, वास्तविक बैच आयात (आइडेम्पोटेंट पुनः-आयात), workspace जुड़ाव और पर्सिस्टेंस आर्टिफैक्ट की पुष्टि; macOS/Linux CI मैट्रिक्स द्वारा कवर हैं।
|
|
27
27
|
|
|
28
28
|
### अनुकूलता मैट्रिक्स (केवल सार्वजनिक सीम)
|
package/README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
|
|
3
3
|
# 🚚 dsh-claude-move
|
|
4
|
+
[](https://gitee.com/perrylink/dsh-claude-move)
|
|
4
5
|
|
|
5
6
|
**Migrate Claude Code, Codex, OpenCode and Hermes into DeepSeek Harness — copy sessions, memories, skills, instructions and slash commands as resumable DSH sessions, copy-only and approval-gated.**
|
|
6
7
|
|
|
@@ -22,7 +23,7 @@
|
|
|
22
23
|
|
|
23
24
|
## Compatibility
|
|
24
25
|
|
|
25
|
-
- Targets `dsh 0.1.
|
|
26
|
+
- Targets `dsh 0.1.1-rc.2` (web profile); peer dependencies require `>=0.1.0-rc.8 <0.2.0`. Node `^22.19 || >=24`.
|
|
26
27
|
- Last verified against a fresh tarball install: real scan, real batch import (idempotent re-import), workspace attach and persistence artifacts confirmed; macOS/Linux covered by the CI matrix.
|
|
27
28
|
|
|
28
29
|
### Compatibility matrix (public seams only)
|
package/README.pt.md
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
|
|
23
23
|
## Compatibilidade
|
|
24
24
|
|
|
25
|
-
- Direcionado a `dsh 0.1.
|
|
25
|
+
- Direcionado a `dsh 0.1.1-rc.2` (perfil web); dependências peer exigem `>=0.1.0-rc.8 <0.2.0`. Node `^22.19 || >=24`.
|
|
26
26
|
- Última verificação contra uma instalação nova de tarball: varredura real, importação em lote real (reimportação idempotente), anexo ao workspace e artefatos de persistência confirmados; macOS/Linux cobertos pela matriz de CI.
|
|
27
27
|
|
|
28
28
|
### Matriz de compatibilidade (somente costuras públicas)
|
package/README.zh.md
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
|
|
23
23
|
## 兼容性
|
|
24
24
|
|
|
25
|
-
- 面向 `dsh 0.1.
|
|
25
|
+
- 面向 `dsh 0.1.1-rc.2`(web profile);peer 依赖要求 `>=0.1.0-rc.8 <0.2.0`。Node `^22.19 || >=24`。
|
|
26
26
|
- 最近针对全新 tarball 安装验证:真实扫描、真实批量导入(幂等重导入)、工作区挂载与持久化产物均已确认;macOS/Linux 由 CI 矩阵覆盖。
|
|
27
27
|
|
|
28
28
|
### 兼容性矩阵(仅公开接缝)
|
package/cordis.patch.yml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: Apache-2.0
|
|
2
|
-
# dsh-claude-move bundle patch: mount the Claude migration host plugin.
|
|
3
|
-
- insert:
|
|
4
|
-
- id: claude-move
|
|
5
|
-
name: dsh-claude-move
|
|
2
|
+
# dsh-claude-move bundle patch: mount the Claude migration host plugin.
|
|
3
|
+
- insert:
|
|
4
|
+
- id: claude-move
|
|
5
|
+
name: dsh-claude-move
|