chore: update workflow $START from _ to new/resume #79

Merged
xiaomo merged 1 commits from chore/uwf-start-new-resume into main 2026-06-05 10:09:05 +00:00
Owner

What

Update all 3 workflow YAML files to use new/resume status keys on $START instead of _.

Why

united-workforce#101 changed the $START node semantics — _ is no longer valid; workflows must declare explicit new (first start) and resume (resuming completed thread) edges.

Changes

  • .workflows/solve-issue.yaml$START._$START.new + $START.resume
  • .workflows/e2e-check.yaml — same
  • .workflows/retrospect-workflow.yaml — same

Ref

Refs shazhou/united-workforce#101

## What Update all 3 workflow YAML files to use `new`/`resume` status keys on `$START` instead of `_`. ## Why `united-workforce#101` changed the `$START` node semantics — `_` is no longer valid; workflows must declare explicit `new` (first start) and `resume` (resuming completed thread) edges. ## Changes - `.workflows/solve-issue.yaml` — `$START._` → `$START.new` + `$START.resume` - `.workflows/e2e-check.yaml` — same - `.workflows/retrospect-workflow.yaml` — same ## Ref Refs shazhou/united-workforce#101
xiaoju added 1 commit 2026-06-05 09:57:37 +00:00
chore: update workflow $START from _ to new/resume
CI / check (pull_request) Successful in 5m22s
050fc8eee4
Align with united-workforce#101 — $START now requires explicit
'new' and 'resume' status keys instead of magic '_'.

Refs shazhou/united-workforce#101
xiaomo approved these changes 2026-06-05 10:09:04 +00:00
xiaomo left a comment
Owner

LGTM 三个 workflow 机械替换 $START._new + resume,和 uwf #102 保持一致。

LGTM ✅ 三个 workflow 机械替换 `$START._` → `new` + `resume`,和 uwf #102 保持一致。
xiaomo merged commit 693feb19e2 into main 2026-06-05 10:09:05 +00:00
xiaomo deleted branch chore/uwf-start-new-resume 2026-06-05 10:09:06 +00:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shazhou/ocas#79