Phase 1 Testing: create @uncaged/workflow-runtime package #122

Closed
opened 2026-05-08 06:17:52 +00:00 by xiaoju · 0 comments
Owner

验证目标

packages/workflow-runtime 作为独立包存在,包含 runtime 最小集,零 node:fs import。

测试步骤

  • Step 1: 包结构存在

    ls packages/workflow-runtime/package.json packages/workflow-runtime/src/index.ts
    

    预期: 文件存在

  • Step 2: package.json 正确

    cat packages/workflow-runtime/package.json | jq {name,
    
## 验证目标 `packages/workflow-runtime` 作为独立包存在,包含 runtime 最小集,零 node:fs import。 ## 测试步骤 - [ ] **Step 1: 包结构存在** ```bash ls packages/workflow-runtime/package.json packages/workflow-runtime/src/index.ts ``` **预期:** 文件存在 - [ ] **Step 2: package.json 正确** ```bash cat packages/workflow-runtime/package.json | jq {name,
This repo is archived. You cannot comment on issues.
No Label
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: uncaged/workflow#122