Skip to content

chore(rebrand): rename T3 refs in apps/server source#7

Merged
ahostbr merged 8 commits into
masterfrom
chore/rebrand-server-source
Mar 27, 2026
Merged

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

Conversation

@ahostbr

@ahostbr ahostbr commented Mar 27, 2026

Copy link
Copy Markdown
Owner

Summary

  • Renamed all T3/t3code/T3CODE_ references to LiteEditor equivalents across 73 non-test source files in apps/server/
  • Updated @t3tools/* imports to @liteeditor/*, env vars T3CODE_* to LITEEDITOR_*, display strings, git author identity, data paths (.t3 to .liteeditor/ProjectData), and CLI command name
  • Test files excluded (handled separately)

Test plan

  • Verify grep -ri "t3code\|t3tools\|T3CODE_\|\"t3\"\|\.t3/\|T3 Code" --include="*.ts" --include="*.json" apps/server/src/ apps/server/package.json | grep -v "\.test\.ts" returns 0 matches
  • Confirm build passes after all rebrand units land

🤖 Generated with Claude Code

ahostbr and others added 8 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>
Mechanical rename across all non-test source files in apps/server:
- @t3tools/* → @liteeditor/*
- T3CODE_* env vars → LITEEDITOR_*
- "T3 Code" display strings → "LiteEditor"
- .t3 data path → .liteeditor/ProjectData
- t3code identifiers → liteeditor
- Git author/committer → LiteEditor

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 2ecfb34 into master Mar 27, 2026
5 of 7 checks passed
@ahostbr ahostbr deleted the chore/rebrand-server-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