Rename the binary to aixgo-code; the framework owns aixgo - #143
Merged
Conversation
The Aixgo framework's CLI is already installed as aixgo (github.com/aixgo-dev/aixgo/cmd/aixgo, v0.7.x), so v0.4.0's binary silently overwrote it in GOBIN, and installing the framework overwrote the agent right back. The coding agent yields the name. cmd/aixgo moves to cmd/aixgo-code and every documented invocation gains the suffix. The config file, workflow names, labels, App handle, and AIXGO_* variables are untouched. Pins and the changelog are prepared for v0.5.0.
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.
Charles installed v0.4.0 and ran
aixgo version— and gotv0.7.1 darwin/arm64, the Aixgo framework's CLI (github.com/aixgo-dev/aixgo/cmd/aixgo), which has owned theaixgobinary name since March. Both tools installed to the sameGOBIN/aixgo, last install wins, silently.The coding agent yields the name:
cmd/aixgo→cmd/aixgo-code, and every CLI invocation in the code, workflows, templates, and docs gains the suffix (aixgo-code init,aixgo-code run, …). Unchanged on purpose:.github/aixgo.yml, theaixgo.ymlworkflow names,ax:*labels, the App handle, and allAIXGO_*variables/secrets — none of those collide with anything.Prepared as v0.5.0 (one day after v0.4.0, before any external adopter exists — the cheapest moment this fix will ever have): changelog section written, all four pins bumped,
./scripts/verify-release.sh v0.5.0passes,make checkgreen.