Phase 3+4 Testing: workflow IPC + runtime migration #322
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
验证目标
Workflow IPC 消息类型和 workflow-worker / workflow-manager 运行时从 daemon 搬到 @uncaged/workflow。
Parent: #320
测试步骤
Step 1: IPC types in @uncaged/workflow
预期: 至少包含这四个类型
Step 2: Worker runtime in @uncaged/workflow
预期: 文件存在
Step 3: Manager in @uncaged/workflow
预期: 两个文件都存在
Step 4: Original files removed from daemon
预期: PASS
Step 5: Daemon imports from @uncaged/workflow
预期: 有 import 行
Step 6: Full workspace build
预期: 0 errors
Step 7: Full test suite
预期: all pass
验证完成标准
✅ 所有 checkbox 打勾
✅ pnpm run check 无 error