chore(rebrand): rename T3 refs in apps/server source#7
Merged
Conversation
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>
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
apps/server/@t3tools/*imports to@liteeditor/*, env varsT3CODE_*toLITEEDITOR_*, display strings, git author identity, data paths (.t3to.liteeditor/ProjectData), and CLI command nameTest plan
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🤖 Generated with Claude Code