fix(install): sync public/install.sh with canonical from pilot-protocol/release#98
Merged
Conversation
…ol/release Aligns the (worker-shadowed) Pages fallback copy with the canonical script: repo owner TeoSlayer→pilot-protocol, source-build gateway guard, gateway bridge hint gated on binary presence. The live /install.sh is served by the pilot-release worker from R2 — this copy only serves if that route is ever removed, so keep it byte-identical. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
|
🚀 Preview deployed to Cloudflare Pages
|
The pilot-release Worker serves /install.sh from R2, not Pages — git fixes were invisible to users for ~6 weeks while fresh installs aborted on the missing pilot-gateway binary. Uploads the canonical script from pilot-protocol/release on every change, daily, and on dispatch; refuses to publish a script that hard-depends on pilot-gateway; verifies the live URL after upload. 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.
Aligns the (worker-shadowed) Pages fallback copy with the canonical script now live at pilotprotocol.network/install.sh: repo owner TeoSlayer→pilot-protocol, source-build gateway guard, gateway bridge hint gated on binary presence, consent block retained.
Context: fresh installs were aborting at
cp pilot-gateway: No such file or directorybecause the pilot-release worker served a stale R2 copy. R2 object is already re-uploaded; this keeps the git fallback identical.🤖 Generated with Claude Code