easy-coding-harness 0.9.0-beta.0 → 0.9.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -6,6 +6,18 @@
6
6
  - `y`:常规功能升级
7
7
  - `z`:日常 bug 修复
8
8
 
9
+ ## 0.9.0
10
+
11
+ - 正式发布相互独立的 `approval_mode` 与 `workflow_mode`:审批等待不再与执行深度
12
+ 耦合,新增仅在 ANALYSIS → IMPLEMENT 确认一次的 `confirm` 审批模式,并默认使用
13
+ `adaptive` 在分析结束时自动选择、展示和冻结工作流模式。
14
+ - 保留完整代码任务状态链,所有新代码任务均进入 REVIEW;通过 `fast`、`standard`、
15
+ `strict` 调整各状态内部的上下文加载、审查独立性、验证范围与记忆深度,在减少
16
+ Token、时间和重复返工的同时维持机械质量下限。
17
+ - 正式启用实现与配置指纹绑定的 REVIEW/VERIFICATION 证据、语义单元返工与连续失败
18
+ 重分析机制;配置 Schema 升至 3,并完整兼容旧 `lite`、approve、guard、auto 及
19
+ 0.9 之前在途任务的迁移语义。
20
+
9
21
  ## 0.9.0-beta.0
10
22
 
11
23
  - 将单一 `behavior.confirm_mode` 拆分为 `behavior.approval_mode` 与
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy-coding-harness",
3
- "version": "0.9.0-beta.0",
3
+ "version": "0.9.0",
4
4
  "description": "CLI scaffold for installing Easy Coding harness files into agent-native directories.",
5
5
  "repository": {
6
6
  "type": "git",