Skip to content

Unify workflow/pipeline nomenclature (user-facing → workflow, pipeline alias)#634

Open
bborn wants to merge 4 commits into
mainfrom
pipeline/4664-clean-up-the-confusing-dual-workflow-vs
Open

Unify workflow/pipeline nomenclature (user-facing → workflow, pipeline alias)#634
bborn wants to merge 4 commits into
mainfrom
pipeline/4664-clean-up-the-confusing-dual-workflow-vs

Conversation

@bborn

@bborn bborn commented Jul 8, 2026

Copy link
Copy Markdown
Owner

Produced by the plan-code-verify workflow (dogfooding run), Plan → Code → Review → Verify on one shared branch.

What

Unify the user-facing "pipeline" vs "workflow" nomenclature. Settles on workflow as the single user-facing term (CLI command, taskyou_create_workflow MCP tool, help text, docs) while keeping a backward-compatible pipeline CLI alias so existing scripts/muscle memory keep working. No behavior change — naming/wording only.

Workflow artifacts on the branch

  • PLAN.md — the plan (Plan step)
  • REVIEW.md — independent review; flagged 1 blocking issue (Review step)
  • VERIFY.md — verification evidence (Verify step)

Review → Verify

Review flagged one blocking issue: TestToolsList still asserted the old taskyou_create_pipeline tool name. Verify fixed it (taskyou_create_workflow) and confirmed the suite.

Verification

  • go build ./... clean
  • go test ./... all packages PASS
  • ty workflow --list and ty pipeline --list (alias) both resolve

🤖 Generated with Claude Code

bborn and others added 4 commits July 7, 2026 21:19
…, pipeline alias)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Implements PLAN.md. NOTE: session was evicted before the Code agent ran the
test suite; TestToolsList still references the old MCP tool name and fails —
left for the Verify step to catch and resolve.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Addresses the one blocking issue from REVIEW.md: TestToolsList asserted the old
taskyou_create_pipeline tool name. Updated to taskyou_create_workflow. Full
suite (go test ./...) is green.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant