Skip to content

✨ chore(crawler): rename binary from mqcr to mq-crawl and update references#1394

Open
harehare wants to merge 1 commit intomainfrom
chore/mq-crawler-bin-rename
Open

✨ chore(crawler): rename binary from mqcr to mq-crawl and update references#1394
harehare wants to merge 1 commit intomainfrom
chore/mq-crawler-bin-rename

Conversation

@harehare
Copy link
Owner

@harehare harehare commented Mar 5, 2026

No description provided.

Copilot AI review requested due to automatic review settings March 5, 2026 13:12
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR renames the mq-crawler CLI binary from mqcr to mq-crawl and updates a subset of repository references to match the new executable name.

Changes:

  • Rename the mq-crawler Cargo [[bin]] from mqcr to mq-crawl.
  • Update mq-crawler README usage examples and Homebrew install snippet to use mq-crawl.
  • Adjust the crawler installer script to install mq-crawl and remove the previous symlink creation logic.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.

File Description
scripts/install_crawler.sh Switch installer to mq-crawl and remove symlink creation (but currently leaves mqcr-specific logic elsewhere).
crates/mq-crawler/README.md Update documentation examples from mqcr to mq-crawl.
crates/mq-crawler/Cargo.toml Rename produced binary to mq-crawl.
README.md Add mq-crawler to the “External Tools” list.

@@ -240,19 +240,6 @@ install_mqcr() {
chmod +x "$MQ_BIN_DIR/$binary_name"

Copy link

Copilot AI Mar 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This block removed creation of the mq-crawl symlink, but the script still appears to verify/describe installation in terms of mqcr + a mq-crawl symlink later on. Either restore a compatibility symlink (likely mqcr -> mq-crawl now that the primary binary is renamed) or update the verification/post-install instructions to reflect the new single-binary setup.

Suggested change
# Create or update compatibility symlink for legacy mq-crawl name
ln -sfn "$MQ_BIN_DIR/$binary_name" "$MQ_BIN_DIR/mq-crawl"
log "Created compatibility symlink mq-crawl -> $binary_name in $MQ_BIN_DIR"

Copilot uses AI. Check for mistakes.
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.

2 participants