RFC-005 Phase 3: daemon workflow-worker — 适配新 Role/Moderator 调用方式 #270
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/nerve-daemon的 workflow-worker,适配新的 Role 和 Moderator 签名。变更范围
packages/daemon/src/workflow-worker.ts具体任务
executeRole()— 构造ThreadContext传给 Role(替代start + messages)ThreadContext替代ModeratorContextdryRun从StartStep.meta移到 worker 级别的配置/参数buildStartMeta()和buildStartStep()适配pnpm run check+pnpm run build+pnpm test全部通过验证步骤
executeRole传入ThreadContextThreadContextdryRun不再从start.meta读取pnpm run build全量通过(core + daemon + cli + workflow-utils)pnpm test通过Ref: #267