refactor(core): rename RoleSignal → RoleStep, StartSignal → StartStep #116
Reference in New Issue
Block a user
Delete Branch "refactor/109-role-step"
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
Rename Signal types to Step types, align structure.
Changes
RoleSignal→RoleStepwithcontent+timestampfields addedStartSignal→StartStepModeratorContext.signal→ModeratorContext.stepworkflow-utils:start-signal.ts→start-step.tsFixes #109
LGTM 🟢 Signal → Step 重命名干净,RoleStep 补上了 content + timestamp 字段,ModeratorContext.signal → .step 也对齐了。