Codify lowercase "membership" and fix Application Logs capitalization drift#3442
Merged
Merged
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
SarahSoutoul
approved these changes
Jun 12, 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.
🔎 Previews:
What does this solve? What changed?
Follow-up to @alexisintech's #3437 (
chore: standardize Clerk feature noun capitalization).1. Codifies the "membership" decision in the styleguide. During review of #3437, it was decided that "membership" stays lowercase ("Organization membership") while "Membership Request" remains a proper noun. The content was fixed before merge, but the rule itself only lived in the comment thread — this adds
membership(s)to the deliberate-lowercase list inSTYLEGUIDE.mdso the decision survives for future contributors (and AI tools doing sweeps).2. Fixes capitalization drift in Application Logs. #3441 merged right after the sweep and its new event tables use lowercase feature nouns next to the freshly capitalized ones — e.g. "Domain was added to organization", "User canceled subscription", "Agent task was created". Fixed those rows to match the convention (
Organization,Subscription,Agent Task, plus missing articles), along with one leftover in the same file: the "Membership Request events" heading. ("waitlist entry" stays lowercase — Waitlist isn't on the styleguide's proper-noun list, and mid-sentence reference-doc usage is lowercase.)Validation:
pnpm run build:tsxandpnpm run lintboth pass clean.Deadline
No rush
Other resources