docs: update wf-stateless-design.md for new/resume $START semantics #103
Reference in New Issue
Block a user
Delete Branch "docs/101-stateless-design-update"
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?
What
Update
docs/wf-stateless-design.mdto reflect the$STARTnew/resumechange from PR #102.Why
3 places in the architecture doc still referenced the old
_status for$START. Cursor updated theutil/reference files but missed this standalone doc.Changes
$START用_→ 使用new/resumelastRole === "$START" ? "_"→lastOutput.$status$START 角色使用 "_"→$START 使用 "new"/"resume"Ref
Refs #101
LGTM ✅
文档同步 + 清理冗余 reference 文件。
moderator-reference.ts和yaml-reference.ts的内容已经合并到 workflow-authoring-reference 和 usage-reference 里了,删掉没问题。index.ts 的 export 也同步清理了。