Phase 5+6 Testing: update consumers + clean core re-exports #323
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 类型。Core 不再 re-export 任何 workflow 符号。
Parent: #320
测试步骤
Step 1: workflow-utils imports from @uncaged/workflow
预期: 无输出(不再从 core 导入 workflow 类型)
Step 2: workflow-meta imports from @uncaged/workflow
预期: 无输出
Step 3: adapter packages import from @uncaged/workflow
预期: 有 import 行
Step 4: CLI imports from @uncaged/workflow
预期: 有 import 行
Step 5: Core has NO workflow re-exports
预期: 无 workflow 相关导出
Step 6: Full build + test
预期: 0 errors, all tests pass
验证完成标准
✅ 所有 checkbox 打勾
✅ pnpm run check 无 error