feat: add guided organization install activation - #3084
Merged
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Deploying openwork with
|
| Latest commit: |
1f906e6
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://89bba39e.openwork.pages.dev |
| Branch Preview URL: | https://feat-org-install-activation.openwork.pages.dev |
Rework the organization install guide to match the approved Paper flow: step cards carry complete/active/pending styling with chevrons, step 2 splits into an already-installed panel plus a preview of the installer as it appears on this computer, and step 3 pairs the return button with an explicit waiting or connected state. Co-authored-by: Cursor <cursoragent@cursor.com>
…ation-design Co-authored-by: Cursor <cursoragent@cursor.com> # Conflicts: # apps/installer/src/server.ts
This was referenced Jul 25, 2026
This was referenced Jul 27, 2026
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.
Summary
Validation
pnpm --filter @openwork-ee/den-api buildBETTER_AUTH_URL=http://127.0.0.1:8790 pnpm --dir ee/apps/den-api exec bun test test/install-link-access.test.ts test/route-guard-policy.test.ts— 33 passedpnpm --dir ee/apps/den-api exec bun test test/desktop-connect-grants-db.test.ts— 1 passed against MySQLpnpm --filter @openwork-ee/den-web typecheckpnpm --dir ee/apps/den-web exec bun test tests/join-org-invite-clean.test.ts tests/desktop-handoff.test.ts— 9 passedpnpm --filter @openwork/installer test— 38 passedpnpm --filter @openwork/install-config typecheckpnpm --filter @openwork/desktop test— 109 passed, 1 skippedpnpm exec tsc -p evals/tsconfig.jsonpnpm fraimz --flow org-install-activation --stack den --cdp-url http://127.0.0.1:9824— passed all 8 frames plus voice-over coverageThe full den-web test command also has one pre-existing copy assertion mismatch in
tests/install-errors.test.ts; the affected source and test are unchanged by this PR. Fraimz screenshots will be posted in a follow-up PR comment.Made with Cursor