refactor: rename workflow-agent-kit → workflow-util-agent, merge moderator #513
Reference in New Issue
Block a user
Delete Branch "refactor/512-rename-packages"
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
workflow-agent-kit→workflow-util-agentto match naming convention (workflow-agent-xxx= CLI adapters,workflow-util-xxx= libraries).Merge
workflow-moderator(62 LOC, only used by cli-workflow) intocli-workflow/src/moderator/.Changes
packages/workflow-agent-kit/→packages/workflow-util-agent/(rename + all imports/refs)packages/workflow-moderator/→legacy-packages/+ inlined intocli-workflowbuild-agent-prompt.tsdeletedscripts/publish-all.mjspublish order updatedVerification
bun run build✅bun run test:ci✅ (only pre-existing cli-workflow failures)Ref
Fixes #512
LGTM ✅ 命名规范化 + moderator 内联,干净利落。