feat(cli): make bitfun the cross-platform primary command#1649
Merged
Conversation
limityan
force-pushed
the
yanzhn/cli-command-bitfun
branch
from
July 20, 2026 15:03
36c2b96 to
bcb6b1d
Compare
limityan
force-pushed
the
yanzhn/cli-command-bitfun
branch
from
July 20, 2026 15:37
bcb6b1d to
9eecf91
Compare
limityan
marked this pull request as ready for review
July 20, 2026 15:41
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
bitfunthe primary CLI command while keeping the Cargo package/crate namebitfun-clibitfun-clias a thin deprecated compatibility launcher with an exact stderr warning, argument/exit forwarding, signal-safe handoff, and an actionable incomplete-installation errorCompatibility and scope
bitfun-cli; only the user-facing primary executable changesbitfunand deprecatedbitfun-clias a pair; selectively installing only the compatibility launcher is unsupported and reports recovery guidanceValidation
cargo test -p bitfun-clicargo check --workspacenode scripts/check-core-boundaries.mjspnpm run check:repo-hygienepnpm run check:github-confignode scripts/install-cli.test.mjsnode scripts/cli/package-contract.test.mjscargo install --path src/apps/clismoke test for both entrypointsgit diff --checkTwo independent adversarial reviews were completed from senior architecture and product-design perspectives. All reported P1/P2 findings were fixed; both final reviews found no remaining blocker, P1, or P2.