Skip to content

feat(enterprise): add seekermusic.com to enterprise domains#746

Merged
sweetmantech merged 1 commit into
mainfrom
feat/seeker-enterprise-domain
Jul 3, 2026
Merged

feat(enterprise): add seekermusic.com to enterprise domains#746
sweetmantech merged 1 commit into
mainfrom
feat/seeker-enterprise-domain

Conversation

@sweetmantech

@sweetmantech sweetmantech commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

What

Adds seekermusic.com to ENTERPRISE_DOMAINS in lib/enterprise/consts.ts, so Seeker Music accounts are treated as pro regardless of Stripe subscription state — same treatment as Recoup (recoupable.com) and Rostrum (rostrum.com / rostrumrecords.com).

Context

Seeker Music was onboarded today:

This PR completes the enterprise treatment: getEnterpriseAccountIds()getProArtists() will now include artists owned by @seekermusic.com accounts.

Verification

  • pnpm exec tsc --noEmit: identical 200 pre-existing errors with and without this change (all in lib/trigger tests, Trigger.dev type drift on main) — no new errors introduced.
  • No tests cover ENTERPRISE_DOMAINS membership; change is a one-line const addition.

🤖 Generated with Claude Code


Summary by cubic

Adds seekermusic.com to ENTERPRISE_DOMAINS so Seeker Music users are treated as pro regardless of Stripe status, matching Recoup and Rostrum. This ensures artists owned by @seekermusic.com accounts are included by getEnterpriseAccountIds() and getProArtists().

Written for commit e6b56fe. Summary will update on new commits.

Review in cubic

Summary by CodeRabbit

  • Bug Fixes
    • Expanded the list of recognized enterprise email domains to include seekermusic.com, improving account handling for users with that address.

Marks Seeker Music accounts as pro regardless of Stripe subscription
state, matching Rostrum and Recoup. Org 5d2be75b-b49b-4c2a-ac0a-63d812430dda
(Seeker Music) already has domain auto-join via organization_domains.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@vercel

vercel Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
api Ready Ready Preview Jul 3, 2026 2:41pm

Request Review

@coderabbitai

coderabbitai Bot commented Jul 3, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 1de9262a-0424-4209-a74c-859673a82b70

📥 Commits

Reviewing files that changed from the base of the PR and between 21ee50b and e6b56fe.

📒 Files selected for processing (1)
  • lib/enterprise/consts.ts

📝 Walkthrough

Walkthrough

A single email domain, "seekermusic.com", was added to the existing ENTERPRISE_DOMAINS set in lib/enterprise/consts.ts.

Changes

Enterprise Domain List Update

Layer / File(s) Summary
Add new enterprise domain
lib/enterprise/consts.ts
Added "seekermusic.com" as a new entry in the ENTERPRISE_DOMAINS set.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Poem

One tiny domain, added with care,
A rabbit hops in, it's now aware. 🐰
seekermusic.com joins the list,
No conflicts, nothing missed.
A clean, small change—review complete!

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Solid & Clean Code ✅ Passed Single exported constant, 13 lines, no new functions/classes; the added domain cleanly extends the existing enterprise allowlist with no duplication or complexity.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/seeker-enterprise-domain

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant