feat(server): per-deployment public URL + deep-link builder (RIG-2717 T5) - #639
Open
rigel-mintaka wants to merge 1 commit into
Open
feat(server): per-deployment public URL + deep-link builder (RIG-2717 T5)#639rigel-mintaka wants to merge 1 commit into
rigel-mintaka wants to merge 1 commit into
Conversation
This was referenced Aug 26, 2026
|
Compass engineering docs preview: https://compass-server-rig-2717-serv.compass-eng-docs.pages.dev Deployed from |
… T5) Add ServeConfig.PublicURL (--public-url flag / $COMPASS_PUBLIC_URL, flag->env->default https://compass.rigel.build), and deepLinkFor(base, channelID) building the 'Open in Compass' deep link to a Manager's home channel (the UI hash route), with requirePublicURL as the legible boot guard for a Linear-webhook-consuming deploy. Threaded through cmd/compass-server (the server entrypoint) — not cmd/compass (the operator CLI, which does no server construction). Ref: RIG-2717 Co-authored-by: Matt Wilkinson <matt@rigel.build>
rigel-mintaka
force-pushed
the
compass-server/rig-2717-store
branch
from
August 26, 2026 04:02
276657c to
dd0e7e7
Compare
rigel-mintaka
force-pushed
the
compass-server/rig-2717-server
branch
from
August 26, 2026 04:03
7e16449 to
64d1e31
Compare
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.
This PR is part of a stack containing 3 PRs:
mainAdd ServeConfig.PublicURL (--public-url flag / $COMPASS_PUBLIC_URL,
flag->env->default https://compass.rigel.build), and deepLinkFor(base,
channelID) building the 'Open in Compass' deep link to a Manager's home
channel (the UI hash route), with requirePublicURL as the legible boot guard
for a Linear-webhook-consuming deploy. Threaded through cmd/compass-server
(the server entrypoint) — not cmd/compass (the operator CLI, which does no
server construction).
Ref: RIG-2717
Co-authored-by: Matt Wilkinson matt@rigel.build