Phase 1+2 Testing: @uncaged/workflow scaffold + types migration #321
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?
验证目标
@uncaged/workflow包已创建,所有 workflow types 和 constants 从 core 搬到 workflow 包,core 不再有workflow.ts。Parent: #320
测试步骤
Step 1: Package exists and builds
Step 2: Workflow types exported from @uncaged/workflow
Step 3: WorkflowConfig types in @uncaged/workflow
Step 4: core/src/workflow.ts deleted
Step 5: core re-exports from @uncaged/workflow
Step 6: Full workspace build succeeds
Step 7: Full test suite passes
验证完成标准
✅ 所有 checkbox 打勾
✅ pnpm run check (biome) 无 error