[codex] update smoke binary names#20
Conversation
There was a problem hiding this comment.
Sorry @kixelated, you have reached your weekly rate limit of 500000 diff characters.
Please try again later or upgrade to continue using Sourcery
1418e2f to
8e96bc1
Compare
There was a problem hiding this comment.
Sorry @kixelated, you have reached your weekly rate limit of 500000 diff characters.
Please try again later or upgrade to continue using Sourcery
|
Warning Review limit reached
Next review available in: 3 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
WalkthroughThis pull request renames referenced binaries from Changes
Sequence Diagram(s)Not applicable; changes are naming/documentation updates without new control flow. Related PRs: None identified. Suggested labels: documentation, ci, refactor Suggested reviewers: moq-dev/maintainers 🐰 A rabbit hops through scripts anew, 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches✨ Simplify code
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Updates the smoke harness for the Rust CLI executable rename: the moq-cli package now installs/runs as
moq, and the moq-token-cli package now installs/runs asmoq-token.What Changed
moqinstead of resolving or reportingmoq-cli.moq-token.bin/moqandbin/moq-token.clients/docker/moq-clitoclients/docker/moq, while preserving the publishedmoqdev/moq-cliimage name.@moq/tokenpackage to expose themoq-tokenbin.Impact
The smoke tests now exercise the renamed binaries users will have on PATH, while continuing to install and verify the same package, crate, Nix attribute, and Docker image channels.
Validation
bash -n smoke.sh token.sh freshness.sh clients/docker/moq clients/docker/moq-relay./freshness.shgit diff --checknode --check clients/token/js/resolve-bin.mjsjust checkcould not be run in this shell becausejustis not installed; the available underlying checks above passed.