@miniidealab/openlogos 0.9.2 → 0.9.4
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/package.json
CHANGED
|
@@ -78,10 +78,10 @@ project-root/
|
|
|
78
78
|
## Phase 3: 编排与代码
|
|
79
79
|
- [ ] 更新 API 编排测试用例
|
|
80
80
|
- [ ] 实现代码变更
|
|
81
|
-
- [ ] 部署到测试环境
|
|
82
|
-
- [ ] 运行编排验收
|
|
83
81
|
```
|
|
84
82
|
|
|
83
|
+
> **注意**:`openlogos verify` 是独立的 CLI 操作节点,不应写入 tasks.md 作为可勾选任务。verify 由面板的 verify 步骤触发,tasks.md 只追踪实现任务。
|
|
84
|
+
|
|
85
85
|
### deltas/ 目录
|
|
86
86
|
|
|
87
87
|
增量修改文件,使用标记格式:
|