Define workspace isolation task (T-604)

This commit is contained in:
ila
2026-07-16 21:15:40 +08:00
parent a036ce9a8e
commit e4a9295cbf
4 changed files with 89 additions and 5 deletions
+8
View File
@@ -24,6 +24,14 @@
| T-003 | Gio 空窗口 + 平台层 stub | T-001 | 两个 app 打开空主窗口(AppShell 骨架);platform/windows 接口 + 非 Windows stub;core 不 import Gio 的检查脚本 |
| T-004 | CI 双目标编译闸门 | T-001 | CI(或本地脚本)执行:core vet+test、modern 构建、win7 用 Go 1.20 构建、依赖 go 版本检查 |
#### Phase 0 交叉审核加固
审核整改任务沿用全局防撞编号;路线图原有最大编号为 T-603,因此从 T-604 起编号。整改按 `docs/review/phase0-skeleton-review.md` 的定稿顺序串行落成和执行。
| ID | 任务 | 依赖 | 验收要点 |
| --- | --- | --- | --- |
| T-604 | 隔离 modern 与 Win7 workspace | T-004 | 根 workspace 只含 modern/core;Win7 使用独立 Go 1.20 workspace;双 workspace 分别 sync;版本检查证明 Gio v0.10.1/v0.6.0 不交叉解析 |
### Phase 1 · 最高风险原型
| ID | 任务 | 依赖 | 验收要点 |