Skip to content

feat(cli): rename command from 'task' to 'ty'#304

Merged
bborn merged 2 commits intomainfrom
task/775-change-the-taskyou-command-from-task-to
Jan 31, 2026
Merged

feat(cli): rename command from 'task' to 'ty'#304
bborn merged 2 commits intomainfrom
task/775-change-the-taskyou-command-from-task-to

Conversation

@bborn
Copy link
Copy Markdown
Owner

@bborn bborn commented Jan 31, 2026

Summary

  • Renames the CLI command from task to ty (shorter, easier to type)
  • Updates all binary output names (e.g., bin/taskbin/ty)
  • Updates CI/CD workflows for new binary naming
  • Updates install scripts to download and install the ty binary
  • Updates all documentation references

Files Changed

  • cmd/task/main.go: Changed Cobra Use field from task to ty
  • Makefile: Updated target names (build-taskbuild-ty), binary outputs, and daemon commands
  • .github/workflows/ci.yml: Updated build output name
  • .github/workflows/release.yml: Updated release binary names
  • scripts/install.sh: Updated BINARY_NAME and download pattern
  • docs/install.sh: Updated BINARY_NAME and download pattern
  • README.md: Updated all CLI examples and references
  • docs/orchestrator.md: Updated all CLI command examples
  • AGENTS.md: Updated build and run documentation

Test plan

  • Build completes successfully (make build-ty)
  • ./bin/ty --help shows the new command name
  • All tests pass (make test)

🤖 Generated with Claude Code

bborn and others added 2 commits January 31, 2026 07:45
- Update Cobra command name from 'task' to 'ty'
- Update Makefile targets and binary output names
- Update CI/CD workflows for new binary names
- Update install scripts for new binary name and download pattern
- Update all documentation references

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Create symlink 'taskyou' -> 'ty' during build and install
- Update install scripts to create the symlink
- Update README to mention the alias

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@bborn bborn merged commit de1f0df into main Jan 31, 2026
3 checks passed
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