Merged
Conversation
Rename the CLI binary from `forge-cli` to `forge` for a shorter, more natural command name (`forge servers list` instead of `forge-cli servers list`). The npm package name remains `@studiometa/forge-cli`. Changes: - Update bin field in packages/cli/package.json - Rename all help text, usage strings, and error messages - Rename shell completion functions and file paths - Update tests to match new binary name - Update docs (README, CONTRIBUTING, CLAUDE, CHANGELOG) Closes #82 Co-authored-by: Claude <claude@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #83 +/- ##
=======================================
Coverage 99.80% 99.80%
=======================================
Files 225 225
Lines 3624 3624
Branches 847 816 -31
=======================================
Hits 3617 3617
Misses 7 7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Restore forge-cli package name in architecture diagrams and changelog entries that were incorrectly replaced with the binary name. Co-authored-by: Claude <claude@anthropic.com>
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
Renames the CLI binary from
forge-clitoforgefor a shorter, more natural command name.Changes
forge-cli→forge(inpackages/cli/package.jsonbin field)_forge_completions,_forge), file paths (completions/forge,_forge,forge.fish), and allcomplete -cdirectives updatedWhat stays the same
@studiometa/forge-clion npmpackages/cli/Breaking Change
Users who have
forge-cliin scripts or shell aliases must update toforge. Shell completions need to be reinstalled viaforge completion bash/zsh/fish.Closes #82