docs(product): native first-run product tour design record (RIG-2797) - #662
Open
rigel-mintaka wants to merge 1 commit into
Open
docs(product): native first-run product tour design record (RIG-2797)#662rigel-mintaka wants to merge 1 commit into
rigel-mintaka wants to merge 1 commit into
Conversation
|
Compass engineering docs preview: https://compass-ux-2797-first-run-to.compass-eng-docs.pages.dev Deployed from Changed pages: |
rigel-mintaka
force-pushed
the
compass-ux/2797-first-run-tour-design
branch
2 times, most recently
from
August 27, 2026 02:17
4c931a8 to
fa243ae
Compare
rigel-mintaka
marked this pull request as ready for review
August 27, 2026 02:18
Contributor
Author
|
✅ Unblocked — #664 merged, this PR rebased onto clean main. The main-red duplicate Ready for Matt's review + merge (the freeze) alongside the three OQ rulings on RIG-2808. |
Design record for the native first-run product tour: a store-gated App-root SolidJS overlay whose steps anchor to real chrome via data-tour attributes and drive the app's own router/store, entering on the chase-light motion primitive. No PostHog-rendered UI ships in-app; PostHog is measurement-only through a no-op-safe captureTourEvent indirection over the #656 T6 embed, and tour UI has zero dependency on that embed landing. Drafted by the design subagent, red-teamed by design-critic; both blocking findings (async anchor-resolve race, unreachable agent-workspace nav) and all should-fix findings folded. Ledger delta DL-272..275 applied to docs/designs/DECISIONS.md in the same PR (UX foundation section). Three load-bearing open questions (remote content, seen-state grain, step-arc ratification) go to Matt for ruling before the freeze. Co-authored-by: Matt Wilkinson <matt@rigel.build>
rigel-mintaka
force-pushed
the
compass-ux/2797-first-run-tour-design
branch
from
August 27, 2026 03:08
fa243ae to
b7990ea
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.
Design record for the native first-run product tour: a store-gated
App-root SolidJS overlay whose steps anchor to real chrome via data-tour
attributes and drive the app's own router/store, entering on the
chase-light motion primitive. No PostHog-rendered UI ships in-app; PostHog
is measurement-only through a no-op-safe captureTourEvent indirection over
the #656 T6 embed, and tour UI has zero dependency on that embed landing.
Drafted by the design subagent, red-teamed by design-critic; both blocking
findings (async anchor-resolve race, unreachable agent-workspace nav) and
all should-fix findings folded. Ledger delta DL-265..268 applied to
docs/designs/DECISIONS.md in the same PR (UX foundation section).
Three load-bearing open questions (remote content, seen-state grain,
step-arc ratification) go to Matt for ruling before the freeze.
Co-authored-by: Matt Wilkinson matt@rigel.build