Skip to content

major(locadex): Deprecate locadex CLI, update docs#430

Merged
brian-lou merged 2 commits intomainfrom
b/locadex/update-usage
Jul 2, 2025
Merged

major(locadex): Deprecate locadex CLI, update docs#430
brian-lou merged 2 commits intomainfrom
b/locadex/update-usage

Conversation

@brian-lou
Copy link
Copy Markdown
Contributor

Deprecate support for locadex CLI (old versions in v0 can still be used), update docs

@brian-lou brian-lou requested a review from a team as a code owner July 2, 2025 00:23
@vercel
Copy link
Copy Markdown

vercel bot commented Jul 2, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
gt-docs 🔄 Building (Inspect) Visit Preview 💬 Add feedback Jul 2, 2025 0:23am
5 Skipped Deployments
Name Status Preview Comments Updated (UTC)
example-ai-chatbot ⬜️ Ignored (Inspect) Jul 2, 2025 0:23am
example-create-react-app ⬜️ Ignored (Inspect) Jul 2, 2025 0:23am
example-gt-next-starter ⬜️ Ignored (Inspect) Jul 2, 2025 0:23am
example-next-create-app ⬜️ Ignored (Inspect) Jul 2, 2025 0:23am
example-vite-create-app ⬜️ Ignored (Inspect) Jul 2, 2025 0:23am

@brian-lou brian-lou changed the title breaking(locadex): Deprecate locadex CLI, update docs major(locadex): Deprecate locadex CLI, update docs Jul 2, 2025
@brian-lou brian-lou merged commit 9665ab1 into main Jul 2, 2025
7 of 8 checks passed
@brian-lou brian-lou deleted the b/locadex/update-usage branch July 2, 2025 00:24
Copy link
Copy Markdown
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.md from FSL-1.1-ALv2 to more permissive MIT license
  • Streamlined CLI entry point in packages/locadex/src/cli.ts to 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);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

logic: main() is called before program.parse(), which may cause command registration issues

@github-actions github-actions bot mentioned this pull request Jul 2, 2025
andrewherndon pushed a commit that referenced this pull request Jul 10, 2025
* Rip out old locadex code

* Update locadex docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant