Delete pending-invite table, settings UI, and redemption - #701
Merged
TheGreatAxios merged 4 commits intoSep 10, 2026
Merged
Conversation
Signup stays closed and people settings still manage seats, but tests no longer require a reserved-email join table or mint/cancel panel.
Signup stays closed. New humans join only when an operator creates them through native APIs. Historical migration 0002 is kept; 0003 drops the table that no longer has a product surface.
Settings no longer mints reserved-email joins, and onboarding no longer redeems them. Closed mode means an operator creates humans through native APIs.
Person-facing settings cannot say operator. Closed self-signup is just off, with no reserved-email join path.
TheGreatAxios
force-pushed
the
cl-7581-delete-pending_invite-table-settings-ui-and-redemption
branch
from
September 10, 2026 07:55
af2988c to
fbe62f9
Compare
TheGreatAxios
deleted the
cl-7581-delete-pending_invite-table-settings-ui-and-redemption
branch
September 10, 2026 08:00
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.
Linear: CL-7581
Summary
Hard-delete Workbench's reserved-email join path. Signup stays closed. New humans join only when an operator creates them through native APIs.
access_policy.pending_invitein a new migration (keep historical 0002).checkSignupGateremains.Does not replace the table. Does not implement invite-as-principal-stub. Does not touch hub boot,
apps/hub/src/index.ts, or chat workbench agent invites.pending_invitetokens remain only in historical SQL.pendingInvitesremains only on the chat composer.Test plan
bun testinpackages/access-policy(39 pass)bun testinpackages/settings-uiafter copy fixbun testinpackages/onboarding(196 pass)bun run check:structural no-product-tenancybun run check