chore(brand): rebrand product and technical identifiers to Platon Code - #2
Open
maiconfontana wants to merge 3 commits into
Open
chore(brand): rebrand product and technical identifiers to Platon Code#2maiconfontana wants to merge 3 commits into
maiconfontana wants to merge 3 commits into
Conversation
Rename user-facing T3 Code/T3 Connect strings to Platon Code/Platon Connect across apps, docs, and server messages. Apply Platon temple mark and logo assets to web/desktop/mobile icon slots (prod, dev, nightly) and public favicons. Keep technical identifiers (@t3tools, T3CODE_*, .t3, t3 CLI) for compatibility.
Rename remaining technical identifiers after the product-string pass: package scope @platon/*, CLI platon, PLATON_CODE_* env, .platon data home, platon.json project file, Effect service tags, Connect APIs, metrics/cookies/JWT tokens, mobile native modules, and sidebar temple wordmark. Ignore .platon runtime state like .t3. Made with Grok Build.
Publish the CLI as platon-code (bin stays platon), rebrand desktop artifacts and residual T3 product/wire strings, complete JWT typs and telemetry identifiers, and document the hard break from ~/.t3 data homes. Made with Grok Build.
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
Completes the fork rebrand from T3 Code to Platon Code in two layers:
Technical renames
@t3tools/*→@platon/*t3→platon(npx platon)T3CODE_*→PLATON_CODE_*.t3/~/.t3→.platon/~/.platon(gitignored)t3.json→platon.jsont3/...→platon/.../api/platon-connect/*, well-known/.well-known/platon/environmentplaton_*/platon-relay/platon-cloud-*platon-*modules and class namesOut of scope / intentional leftovers
app.t3.codes) until fork hosting is decidedHow to test
vp ithenvp run dev -- --home-dir .platon@platon/*(no@t3toolsin lockfile)Made with Grok Build.