feat(desktop): rebrand T3 Code → ClayCode in user-visible surfaces#113
Merged
cschubiner merged 1 commit intomainfrom Apr 16, 2026
Merged
feat(desktop): rebrand T3 Code → ClayCode in user-visible surfaces#113cschubiner merged 1 commit intomainfrom
cschubiner merged 1 commit intomainfrom
Conversation
- appBranding.ts: APP_BASE_NAME drives all helper-derived display names - electron-launcher.mjs: dev/alpha display names + comment - main.ts: refactor hardcoded "T3 Code failed to start" / update dialog to use desktopAppBranding.baseName so future renames stay centralized - package.json: productName for electron-builder artifacts - appBranding.test.ts: update fixtures Internal IDs (bundle id com.t3tools.t3code, USER_DATA_DIR_NAME t3code, LINUX_WM_CLASS, LEGACY_USER_DATA_DIR_NAME, --t3code-dev-root flag, WORKTREE_BRANCH_PREFIX) are intentionally NOT renamed to preserve upgrade paths for existing installs and avoid breaking deep links.
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
Restores the ClayCode brand on user-visible desktop-app surfaces.
Internal IDs (bundle id, user-data dir, WM class, dev-flag, worktree
prefix, legacy-migration paths) are intentionally preserved so existing
installs upgrade cleanly without losing data or duplicating dock icons.
Changes
helper-derived display names follow.
dialog and "up to date" dialog) with `desktopAppBranding.baseName` references so
future renames only need a single edit in `appBranding.ts`.
artifact naming.
Intentionally NOT renamed
Universal QA gate (automated)
QA requiring manual / device verification
These are the rebrand-specific QA items from `docs/REBUILD_PLAN.md` that automated checks cannot cover. Please verify before merging:
Visual / brand audit
Bundle integrity
Cross-platform
Regression
Build verification (recommended before merge)
```
bun run build:desktop
open apps/desktop/dist/mac-arm64/ClayCode\ \(Alpha\).app
```
🤖 Generated with Claude Code