easy-coding-harness 0.8.0-beta.0 → 0.8.0
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 +7 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,13 @@
|
|
|
6
6
|
- `y`:常规功能升级
|
|
7
7
|
- `z`:日常 bug 修复
|
|
8
8
|
|
|
9
|
+
## 0.8.0
|
|
10
|
+
|
|
11
|
+
- 正式发布 `lite` 确认模式:沿用 Guard 的关键确认门,代码任务完成 IMPLEMENT 后跳过 REVIEW,直接进入 VERIFICATION。
|
|
12
|
+
- Lite 模式在状态 API 和恢复流程中统一禁止 `IMPLEMENT → REVIEW`;切换模式时会取消遗留 REVIEW 待流转边并改走 VERIFICATION。
|
|
13
|
+
- 状态栏将品牌与模式独立加粗展示,例如 `**Easy Coding** · **Lite**`,任务名、工作流状态和 Handoff agent 保留行内代码背景。
|
|
14
|
+
- 汇总 `0.8.0-beta.0` 的验证结果,Claude、Codex、Qoder 主约束、阶段 skills、配置入口、文档和回归测试均已对齐。
|
|
15
|
+
|
|
9
16
|
## 0.8.0-beta.0
|
|
10
17
|
|
|
11
18
|
- 新增 `lite` 确认模式:确认门与 `guard` 相同,仍在 `ANALYSIS → IMPLEMENT` 和 `VERIFICATION → MEMORY` 等待用户确认,但代码任务跳过 REVIEW,直接从 IMPLEMENT 进入 VERIFICATION。
|