easy-coding-harness 1.0.1-beta.0 → 1.0.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/CHANGELOG.md +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,12 @@
|
|
|
6
6
|
- `y`:常规功能升级
|
|
7
7
|
- `z`:日常 bug 修复
|
|
8
8
|
|
|
9
|
+
## 1.0.1
|
|
10
|
+
|
|
11
|
+
- 将 `1.0.1-beta.0` 晋升为正式版本,包含 TDD 日常 readiness、升级配置保护,以及
|
|
12
|
+
Canonical Spec 跨 Agent 上下文恢复、需求同步和中断恢复修复。
|
|
13
|
+
- 默认 npm `latest` 安装获取 `1.0.1`;预发布用户可直接升级到本版本。
|
|
14
|
+
|
|
9
15
|
## 1.0.1-beta.0
|
|
10
16
|
|
|
11
17
|
- TDD 日常 readiness 检查保留初始化入口和参数契约校验,取消构建文件、CI 和工具文件与
|