[codex] Add custom open-to-work contact email#75
Open
B-EtterDigital wants to merge 1 commit into
Open
Conversation
|
@B-EtterDigital is attempting to deploy a commit to the sculpt Team on Vercel. A member of the Team first needs to authorize it. |
B-EtterDigital
force-pushed
the
feature/open-to-work-custom-email-2026-06-18
branch
from
June 18, 2026 14:34
8c2b248 to
8b10f73
Compare
B-EtterDigital
force-pushed
the
feature/open-to-work-custom-email-2026-06-18
branch
from
June 18, 2026 14:47
8b10f73 to
936cdf1
Compare
B-EtterDigital
marked this pull request as ready for review
June 18, 2026 14:53
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
profiles.open_to_work_emailcolumn and clear it when opting out./hirewhen an opted-in engineer has saved an email, falling back to GitHub contact otherwise.mailto:links against query/header injection and encode mailto components.Migration
supabase/migrations/005_open_to_work_email.sqlwith nullableopen_to_work_email, an email-format check constraint, and a DB invariant that email is only stored whenopen_to_workis true.supabase db pushwas attempted locally but blocked because this checkout is not linked to a Supabase project ref:Cannot find project ref. Have you run supabase link?Validation
pnpm testpasses on this branch: 19 ccusage tests and 9 open-to-work tests.pnpm test: 19 ccusage + 9 open-to-work + 10 model-list + 6 rank + 19 site-bug tests.git diff --checkpasses.Scope
Feature-only PR. It intentionally does not include PR #72 bug fixes, PR #73 expandable model list changes, or PR #74 rank presentation changes.