dev-flow-deepseek 0.7.5 → 0.7.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/README.md CHANGED
@@ -11,16 +11,11 @@ macOS arm64 Core executable。
11
11
 
12
12
  | 项目 | 当前支持 |
13
13
  | --- | --- |
14
- | Package | `dev-flow-deepseek@0.7.5` |
15
- | Bundled Core | `0.6.4` |
14
+ | Package | [`dev-flow-deepseek`](https://www.npmjs.com/package/dev-flow-deepseek) |
16
15
  | Platform | macOS arm64 |
17
16
  | Node.js | `>=24` |
18
17
  | DSH | `>=0.1.0-rc.6` |
19
- | Release | [deepseek-v0.7.5](https://github.com/Innocent-children/dev-flow/releases/tag/deepseek-v0.7.5) |
20
-
21
- `0.7.5` 的 normal release 已通过 registry package 安装、显式触发、Core handshake、
22
- restart/resume、`DONE`、remove、uninstall、retained reopen 和 repository-unchanged 门禁。上表
23
- 记录已验证的精确公开版本;下面的安装命令使用 npm `latest` dist-tag 获取当前最新稳定 package。
18
+ | Releases | [GitHub Releases](https://github.com/Innocent-children/dev-flow/releases) |
24
19
 
25
20
  ## 安装与验证
26
21
 
package/package.json CHANGED
@@ -1,9 +1,14 @@
1
1
  {
2
2
  "name": "dev-flow-deepseek",
3
- "version": "0.7.5",
3
+ "version": "0.7.6",
4
4
  "private": false,
5
5
  "description": "Explicit DeepSeek Harness adapter for the Dev Flow process graph.",
6
6
  "license": "Apache-2.0",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/Innocent-children/dev-flow.git",
10
+ "directory": "packages/deepseek"
11
+ },
7
12
  "type": "module",
8
13
  "main": "lib/index.mjs",
9
14
  "files": [
Binary file