major(locadex): Deprecate locadex CLI, update docs#430
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
5 Skipped Deployments
|
Contributor
There was a problem hiding this comment.
PR Summary
Major breaking change deprecating the Locadex CLI and associated tooling, transitioning to a web-based dashboard approach for GT internationalization workflows.
- Complete removal of Locadex CLI infrastructure (
packages/locadex/src/commands/,src/mcp/,src/utils/) including task runners, MCP servers, and file processing utilities - Significant documentation restructuring, removing CLI setup guides and GitHub Action docs from
apps/docs/content/docs/en/locadex/ - License change in
packages/locadex/LICENSE.mdfrom FSL-1.1-ALv2 to more permissive MIT license - Streamlined CLI entry point in
packages/locadex/src/cli.tsto only redirect users to GT Dashboard - Removed telemetry tracking and Claude Code integration through deletion of related modules (
src/telemetry.ts,src/utils/claudeCode.ts)
60 files reviewed, 1 comment
Edit PR Review Bot Settings | Greptile
| ); | ||
| }); | ||
|
|
||
| main(program); |
Contributor
There was a problem hiding this comment.
logic: main() is called before program.parse(), which may cause command registration issues
Merged
andrewherndon
pushed a commit
that referenced
this pull request
Jul 10, 2025
* Rip out old locadex code * Update locadex docs
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.
Deprecate support for locadex CLI (old versions in v0 can still be used), update docs