Commit 1eb714c
fix(pilotctl,install): stop claiming pilot-gateway ships with the install (#355)
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: Teodor Calin <teodor@vulturelabs.io>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent 25241c2 commit 1eb714c
3 files changed
Lines changed: 25 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1567 | 1567 | | |
1568 | 1568 | | |
1569 | 1569 | | |
1570 | | - | |
1571 | | - | |
1572 | | - | |
| 1570 | + | |
| 1571 | + | |
| 1572 | + | |
| 1573 | + | |
| 1574 | + | |
1573 | 1575 | | |
1574 | 1576 | | |
1575 | 1577 | | |
| |||
2095 | 2097 | | |
2096 | 2098 | | |
2097 | 2099 | | |
2098 | | - | |
| 2100 | + | |
2099 | 2101 | | |
2100 | 2102 | | |
2101 | 2103 | | |
| |||
2361 | 2363 | | |
2362 | 2364 | | |
2363 | 2365 | | |
2364 | | - | |
| 2366 | + | |
2365 | 2367 | | |
2366 | 2368 | | |
2367 | 2369 | | |
| |||
2597 | 2599 | | |
2598 | 2600 | | |
2599 | 2601 | | |
2600 | | - | |
| 2602 | + | |
| 2603 | + | |
| 2604 | + | |
2601 | 2605 | | |
2602 | 2606 | | |
2603 | 2607 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
125 | | - | |
126 | | - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
127 | 129 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
708 | 708 | | |
709 | 709 | | |
710 | 710 | | |
711 | | - | |
712 | | - | |
713 | | - | |
714 | | - | |
715 | | - | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
716 | 721 | | |
717 | 722 | | |
718 | 723 | | |
| |||
0 commit comments