dev-flow-deepseek 0.6.0 → 0.7.1

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,21 +11,27 @@ macOS arm64 Core executable。
11
11
 
12
12
  | 项目 | 当前支持 |
13
13
  | --- | --- |
14
- | Package | `dev-flow-deepseek@0.6.0` |
15
- | Bundled Core | `0.5.1` |
14
+ | Package | `dev-flow-deepseek@0.7.1` |
15
+ | Bundled Core | `0.6.0` |
16
16
  | Platform | macOS arm64 |
17
17
  | Node.js | `>=24` |
18
18
  | DSH | `>=0.1.0-rc.6` |
19
- | Release | [deepseek-v0.6.0](https://github.com/Innocent-children/dev-flow/releases/tag/deepseek-v0.6.0) |
19
+ | Release | [deepseek-v0.7.1](https://github.com/Innocent-children/dev-flow/releases/tag/deepseek-v0.7.1) |
20
20
 
21
- `0.6.0` 的 normal release 已通过 registry package 安装、显式触发、Core handshake、
21
+ `0.7.1` 的 normal release 已通过 registry package 安装、显式触发、Core handshake、
22
22
  restart/resume、`DONE`、remove、uninstall、retained reopen 和 repository-unchanged 门禁。上表
23
23
  记录已验证的精确公开版本;下面的安装命令使用 npm `latest` dist-tag 获取当前最新稳定 package。
24
24
 
25
25
  ## 安装与验证
26
26
 
27
- 先安装 DSH,再在一个可写目录中把 Dev Flow 安装到真实 profile。下面使用 `web`;需要其他
28
- profile 时修改 `PROFILE` 的值,不要把 `<profile>` 原样输入 shell。
27
+ DSH 是前置 Host。`create-dev-flow` 独立发布后,用户只需指定真实 Profile,默认使用 `web`:
28
+
29
+ ```bash
30
+ npx create-dev-flow@latest
31
+ ```
32
+
33
+ 当前公开稳定制品尚未包含该新 manager package。发布前或诊断恢复时继续使用以下 Host 原生命令;
34
+ 需要其他 Profile 时修改 `PROFILE` 的值,不要把 `<profile>` 原样输入 shell:
29
35
 
30
36
  ```bash
31
37
  npm install -g @deepseek-ai/dsh@latest
@@ -55,7 +61,7 @@ process、Skill、guard 和 MCP child 合成到指定 profile。安装后按照
55
61
  | `dsh --profile "$PROFILE" --dump-config` | 输出 profile 的有效配置,用于检查 `dev-flow-deepseek` bundle contribution 是否存在;不会修改 Dev Flow Task。 |
56
62
  | `dsh plugin --profile "$PROFILE" remove dev-flow-deepseek` | 从指定 profile 移除 package 与 bundle contribution;保留 Task data、目标 Git 仓库和 Codex-owned state。 |
57
63
 
58
- 更新或重新安装时,按照 profile lifecycle 停止使用该 profile,然后执行:
64
+ 统一生命周期入口负责升级、修复、重装、卸载和清空后重装。Host 原生更新或重新安装仍按以下顺序:
59
65
 
60
66
  ```bash
61
67
  PROFILE=web
@@ -130,7 +136,7 @@ DeepSeek Adapter 暴露与 Codex 相同的六工具 Core catalog;在 DSH 中
130
136
  | `dev_flow_open_task` | 为 Workspace Root 内显式声明的主/附加仓库创建一个 Task,或从任一参与仓库恢复同一 Task。 |
131
137
  | `dev_flow_get_task` | 读取持久化 Task;可附带 operation probe 获取 Recovery assessment。 |
132
138
  | `dev_flow_get_next_action` | 读取当前节点的权威 Action、验证预算、method steps 和全部合法 transition。 |
133
- | `dev_flow_apply_action` | 使用当前 revision、Action identity、repository binding 和 closed payload 应用一次 Core 声明的 transition |
139
+ | `dev_flow_apply_action` | 使用当前 revision、Action identity、repository binding 和 closed payload 应用一次 Core 声明的 transition;允许写入的 node result 提交精确 `changed_paths` 或 `no_file_changes`,artifact references 只作为证据。 |
134
140
  | `dev_flow_cancel_task` | 使用当前 revision 和明确 reason 取消一个非终态 Task。 |
135
141
 
136
142
  ## 数据与恢复
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dev-flow-deepseek",
3
- "version": "0.6.0",
3
+ "version": "0.7.1",
4
4
  "private": false,
5
5
  "description": "Explicit DeepSeek Harness adapter for the Dev Flow process graph.",
6
6
  "license": "Apache-2.0",
Binary file
@@ -21,12 +21,14 @@ Before every ordinary apply:
21
21
  artifact exists, submit `"artifacts": []`.
22
22
  5. Allowed ArtifactReference roles are only `requirements`, `design`, `task_plan`,
23
23
  `implementation`, `test`, `comprehension`, `refactor`, `delivery`, and `other_process`.
24
- For every ArtifactReference path, work-item `expected_paths`, Implementation `changed_paths`, and
25
- Refactor `changed_paths`, use an ordinary repository-relative path for a single-repository Task
24
+ For every ArtifactReference path, work-item `expected_paths`, and node-result `changed_paths`, use
25
+ an ordinary repository-relative path for a single-repository Task
26
26
  and `<repository-key>::<repository-relative-path>` for a multi-repository Task. The key must
27
27
  already belong to the immutable Core Scope. Do not add a payload field or a second digest.
28
- 6. Preserve the complete `node_result` branch wrapper. Never flatten baseline fields or encode an
29
- array as prose.
28
+ 6. Preserve the complete `node_result` branch wrapper. Every standard node result reports exact
29
+ `changed_paths` or `no_file_changes`; exactly one of a nonempty path list or
30
+ `no_file_changes=true` describes the current effect. Artifact references remain evidence and do
31
+ not replace this mutation envelope. Never flatten baseline fields or encode an array as prose.
30
32
  7. Submit exactly one MethodEvidence item for every current Action method step, in Action order.
31
33
  For completed `plain` work use `"status": "plain_fallback"` and `"capability": ""`.
32
34
  8. Replace every value beginning `placeholder-` and every exemplar revision/ID with the current
@@ -59,7 +61,9 @@ Before every ordinary apply:
59
61
  "constraints": ["placeholder-constraint"],
60
62
  "assumptions": []
61
63
  },
62
- "unresolved_questions": []
64
+ "unresolved_questions": [],
65
+ "changed_paths": ["specs/placeholder-feature/spec.md"],
66
+ "no_file_changes": false
63
67
  }
64
68
  }
65
69
  ```
@@ -93,7 +97,9 @@ closed `baseline` object.
93
97
  "complexity_justification": [],
94
98
  "risks": []
95
99
  },
96
- "findings": []
100
+ "findings": [],
101
+ "changed_paths": ["specs/placeholder-feature/plan.md"],
102
+ "no_file_changes": false
97
103
  }
98
104
  }
99
105
  ```
@@ -129,7 +135,9 @@ Use the current requirements revision. The field `complexity` is forbidden; the
129
135
  }
130
136
  ]
131
137
  },
132
- "findings": []
138
+ "findings": [],
139
+ "changed_paths": ["specs/placeholder-feature/tasks.md"],
140
+ "no_file_changes": false
133
141
  }
134
142
  }
135
143
  ```
@@ -178,17 +186,25 @@ implementation result.
178
186
  "node_result": {
179
187
  "problem_class": "none",
180
188
  "checks": [
181
- {"source": "automated", "name": "placeholder-check-name", "status": "passed", "summary": "placeholder-check-result", "command_count": 1, "full_suite": false}
189
+ {"source": "automated", "name": "placeholder-check-name", "status": "passed", "summary": "placeholder-check-result", "command_count": 1, "full_suite": false},
190
+ {"source": "user", "name": "placeholder-developer-check", "status": "passed", "summary": "placeholder-developer-result", "command_count": 0, "full_suite": false}
182
191
  ],
183
192
  "failed_items": [],
184
193
  "unverified_items": [],
185
194
  "manual_handoff_items": [],
186
- "findings": []
195
+ "findings": [],
196
+ "changed_paths": [],
197
+ "no_file_changes": true
187
198
  }
188
199
  }
189
200
  ```
190
201
  <!-- node-payload-template:test:end -->
191
202
 
203
+ Completed developer-run verification is a `source="user"` check with `command_count=0` and
204
+ `full_suite=false`; the human command is described in `summary` and never charged to the automatic budget.
205
+ `manual_handoff_items` contains only bounded checks still awaiting user execution. Once the developer reports a
206
+ completed result, record the user check and remove that item from `manual_handoff_items`.
207
+
192
208
  <!-- node-payload-template:comprehension-complexity:start -->
193
209
  ```json
194
210
  {
@@ -208,7 +224,9 @@ implementation result.
208
224
  "unnecessary_abstractions": ["placeholder-unnecessary-abstraction"],
209
225
  "maintenance_risks": [],
210
226
  "user_confirmation": null,
211
- "findings": ["placeholder-matching-complexity-fact"]
227
+ "findings": ["placeholder-matching-complexity-fact"],
228
+ "changed_paths": [],
229
+ "no_file_changes": true
212
230
  }
213
231
  }
214
232
  ```
@@ -233,7 +251,9 @@ implementation result.
233
251
  "unnecessary_abstractions": [],
234
252
  "maintenance_risks": [],
235
253
  "user_confirmation": {"source": "user", "status": "passed", "summary": "placeholder-explicit-user-verdict-summary"},
236
- "findings": []
254
+ "findings": [],
255
+ "changed_paths": [],
256
+ "no_file_changes": true
237
257
  }
238
258
  }
239
259
  ```
@@ -286,7 +306,9 @@ No AI or method capability may create the passing user confirmation.
286
306
  "comprehension_record_id": "placeholder-current-comprehension-record-id",
287
307
  "unverified_items": [],
288
308
  "risks": [],
289
- "findings": []
309
+ "findings": [],
310
+ "changed_paths": [],
311
+ "no_file_changes": true
290
312
  }
291
313
  }
292
314
  ```