feat(web): company brain — invite-accept page, space UX/visibility, org-scoped daily brief#1112
Draft
MaheshtheDev wants to merge 6 commits into
Draft
feat(web): company brain — invite-accept page, space UX/visibility, org-scoped daily brief#1112MaheshtheDev wants to merge 6 commits into
MaheshtheDev wants to merge 6 commits into
Conversation
Member
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
How to use the Graphite Merge QueueAdd the label Main to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-mcp | e28b804 | Jun 14 2026, 08:23 PM |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-app | e28b804 | Commit Preview URL Branch Preview URL |
Jun 14 2026, 08:24 PM |
2986b03 to
d5555ba
Compare
5377aa3 to
b5e5337
Compare
This was referenced Jun 13, 2026
Closed
62e5636 to
f3972ab
Compare
b5e5337 to
2d8845e
Compare
New /org/invite/[invitationId] page so consumer-org invitees can view and accept or decline invitations in the app instead of the console.
Resolve role from getActiveMember and default to least privilege (member) when membership is unknown, instead of falling back to owner. Gate Organization Context, and show a role badge.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…n, shared/private icons
Add missing hasCompanyBrain dependency to useCallback in select-spaces-modal. Apply biome auto-formatting to invite page, space-selector, and stores. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
a361d78 to
dd013ee
Compare
2d8845e to
dab2ff9
Compare
Add org id to the memory-of-day react-query key and localStorage cache key, and gate the fetch on an active org, so one user's brief from another org no longer leaks across orgs.
dd013ee to
e28b804
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.

New /org/invite/[invitationId] page so consumer-org invitees can view and accept or decline invitations in the app instead of the console.
Fixes ENG-811