Skip to content

refactor(cli): 🚚 rename binary from clippyd to clippyctl#16

Merged
justapithecus merged 1 commit intomainfrom
andrew/refactor/cli/clippyctl
Feb 7, 2026
Merged

refactor(cli): 🚚 rename binary from clippyd to clippyctl#16
justapithecus merged 1 commit intomainfrom
andrew/refactor/cli/clippyctl

Conversation

@justapithecus
Copy link
Member

Summary

Rename the CLI binary from clippyd to clippyctl to better reflect that it is a multi-command control entrypoint — not solely a daemon. The ctl suffix follows the convention of kubectl, systemctl, etc.

Highlights

  • Rename [[bin]] and package name in Cargo.toml
  • Update #[command(name)] in cli.rs
  • Update all error message prefixes in main.rs
  • Update doc comment in client/format.rs
  • Update all usage examples in README.md
  • Regenerate Cargo.lock

Test plan

  • cargo test — all 227 tests pass
  • cargo clippy --all-targets -- -Dwarnings — no warnings
  • cargo fmt --check — clean
  • Zero remaining clippyd references in tracked files

🤖 Generated with Claude Code

## Summary
Rename the CLI binary from `clippyd` to `clippyctl` to better reflect
that it is a multi-command control entrypoint, not solely a daemon.

## Highlights
- Rename `[[bin]]` and package name in Cargo.toml
- Update `#[command(name)]` in cli.rs
- Update all error message prefixes in main.rs
- Update doc comment in client/format.rs
- Update all usage examples in README.md

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@justapithecus justapithecus merged commit 579106e into main Feb 7, 2026
4 checks passed
@justapithecus justapithecus deleted the andrew/refactor/cli/clippyctl branch February 7, 2026 19:59
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