fix(pilotctl,install): stop claiming pilot-gateway ships with the install#355
Merged
Conversation
…tall pilot-gateway was extracted to the sibling pilot-protocol/gateway repo and no longer ships in release tarballs (BINS=daemon/pilotctl/updater since #186), but several surfaces still told users it was installed: - pilotctl --help and the machine-readable catalog described it as a 'separate binary installed alongside pilotctl' — now marked optional with a pointer to github.com/pilot-protocol/gateway - 'pilotctl extras gateway <cmd>' died with a bare internal error when the binary was absent — now a not_found error explaining where to get it - install.sh printed the 'Bridge IP traffic' get-started hint unconditionally, telling fresh installs to run a command that cannot work — now gated on the binary actually existing - docs/cli-reference.md regenerated Fresh-install abort itself (cp: pilot-gateway: No such file) was fixed in the canonical installer (pilot-protocol/release + R2 asset). Reported by Christopher Powroznik (Bowmark AI) via Slack, 2026-07-06. Co-Authored-By: Claude Fable 5 <noreply@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.
pilot-gateway was extracted to the sibling pilot-protocol/gateway repo
and no longer ships in release tarballs (BINS=daemon/pilotctl/updater
since #186), but several surfaces still told users it was installed:
'separate binary installed alongside pilotctl' — now marked optional
with a pointer to github.com/pilot-protocol/gateway
the binary was absent — now a not_found error explaining where to
get it
unconditionally, telling fresh installs to run a command that cannot
work — now gated on the binary actually existing
Fresh-install abort itself (cp: pilot-gateway: No such file) was fixed
in the canonical installer (pilot-protocol/release + R2 asset).
Reported by Christopher Powroznik (Bowmark AI) via Slack, 2026-07-06.
Co-Authored-By: Claude Fable 5 noreply@anthropic.com