Skip to content

chore(rebrand): rename T3 refs in apps/web source#6

Merged
ahostbr merged 7 commits into
masterfrom
chore/rebrand-web-source
Mar 27, 2026
Merged

chore(rebrand): rename T3 refs in apps/web source#6
ahostbr merged 7 commits into
masterfrom
chore/rebrand-web-source

Conversation

@ahostbr

@ahostbr ahostbr commented Mar 27, 2026

Copy link
Copy Markdown
Owner

Summary

  • Renamed @t3tools/web, @t3tools/contracts, @t3tools/shared to @liteeditor/* in package.json and all source imports (68 files)
  • Renamed T3CODE_ env vars to LITEEDITOR_ (vite.config.ts, projectScripts.ts)
  • Renamed t3-${project.id} dynamic IDs to liteeditor-${project.id} (LiteEditorThreadWorkspace.tsx)
  • Renamed all t3code: localStorage keys to liteeditor: (store, appSettings, composerDraftStore, editorPreferences, useLocalStorage, useTheme, terminalStateStore, ChatView.logic)
  • Renamed t3tools-composer-editor namespace to liteeditor-composer-editor
  • Renamed .t3code-keybindings.json paths to .liteeditor-keybindings.json
  • Preserved old t3code:renderer-state:* keys in legacy cleanup array for migration

Test plan

  • Verify no t3code, t3tools, or T3CODE_ references remain in apps/web source (non-test) files
  • Verify localStorage migration cleans up old keys on first load

🤖 Generated with Claude Code

ahostbr and others added 7 commits March 27, 2026 12:10
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Rename all T3/t3tools/T3CODE references to LiteEditor equivalents:
- @t3tools/* packages -> @liteeditor/*
- T3CODE_* env vars -> LITEEDITOR_*
- DESKTOP_SCHEME "t3" -> "liteeditor"
- .t3 data path -> .liteeditor/ProjectData
- t3codeCommitHash -> liteeditorCommitHash
- GitHub URL -> litesuite/liteeditor
- Test temp prefix -> liteeditor-rotating-log-

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Replace all T3/t3code/t3tools references with LiteEditor equivalents
across 33 test files and 5 integration files in apps/server.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Rename all T3/t3tools/t3code references to liteeditor across apps/web
source files: package name and deps, @t3tools/* imports, T3CODE_ env
vars, t3-${id} dynamic IDs, t3code: localStorage keys, and
t3tools-composer-editor namespace. Legacy localStorage keys preserved
in LEGACY_PERSISTED_STATE_KEYS for cleanup migration.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@github-actions github-actions Bot added size:XXL vouch:trusted PR author is trusted by repo permissions or the VOUCHED list. labels Mar 27, 2026
@ahostbr ahostbr merged commit 46b1082 into master Mar 27, 2026
5 of 7 checks passed
@ahostbr ahostbr deleted the chore/rebrand-web-source branch March 27, 2026 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XXL vouch:trusted PR author is trusted by repo permissions or the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant