Skip to content

Commit 2d84ea4

Browse files
committed
docs: 添加 Turbo 优化版本调整提案任务列表
在任务文档中新增第六章“Turbo 优化版本调整提案(V2.1)”,包含五项具体任务,涵盖任务拆分、缓存优化、远程缓存方案设计、环境问题修复及 CI 指标记录。
1 parent eee3e21 commit 2d84ea4

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

  • openspec/changes/standardize-workspace-qa-v1

openspec/changes/standardize-workspace-qa-v1/tasks.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,11 @@
3838
- [x] 5.3 在 `spec.md` 补充 CI affected 历史前置要求(`fetch-depth: 0`
3939
- [x] 5.4 在 `spec.md` 补充性能基线要求(记录对比指标,不将“V2 必须快于 V1”设为硬门槛)
4040
- [x] 5.5 产出并维护 `validation.md` 记录 V1/V2 对比结果(耗时、缓存命中、最长耗时包、失败可读性)
41+
42+
## 6. Turbo 优化版本调整提案(V2.1)
43+
44+
- [ ] 6.1 将包内 `qa` 复合命令拆分为可被 Turbo 直接编排的细粒度任务链路(`typecheck:fast``check``test:fast`
45+
- [ ] 6.2 优化 `turbo.json` 任务依赖与缓存边界,验证 warm 场景缓存命中率提升
46+
- [ ] 6.3 设计并落地可选远程缓存接入方案(默认关闭,可按 CI 环境变量开启)
47+
- [ ] 6.4 修复或规避 `node-script` 在容器环境下 `tsx` IPC `EPERM``qa:all`/`turbo:qa:all` 的阻断
48+
- [ ] 6.5 在 CI 增加 Turbo 优化版对比指标采样与趋势记录(至少包含 `cold(all)``warm(all)``changed(PR)`

0 commit comments

Comments
 (0)