feat: Rebrand llm-coding-tools to ReloadedCode#113
Merged
Conversation
- Rename all crates: `llm-coding-tools-*` -> `reloaded-code-*` (core, agents, serdesai, bubblewrap, models-dev) - Update all Rust imports: `llm_coding_tools_*` -> `reloaded_code_*` - Rename runtime values: bwrap probe sentinel, tempdir prefix, cache subdir, cache env var - Update all documentation, CI/CD, and config files - Update GitHub URLs to Reloaded-Project/ReloadedCode - Cargo.lock regenerated
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #113 +/- ##
==========================================
+ Coverage 81.02% 81.17% +0.15%
==========================================
Files 110 107 -3
Lines 4537 4409 -128
==========================================
- Hits 3676 3579 -97
+ Misses 861 830 -31
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
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.
Overview
Rebrands the project from
llm-coding-toolsto ReloadedCode, aligning with the Reloaded-Project umbrella and Rust-native naming conventions.Changes
Crate renaming
llm-coding-tools-corereloaded-code-corellm-coding-tools-serdesaireloaded-code-serdesaillm-coding-tools-agentsreloaded-code-agentsllm-coding-tools-bubblewrapreloaded-code-bubblewrapllm-coding-tools-models-devreloaded-code-models-devWhat changed
llm_coding_tools_*->reloaded_code_*Sewer56/llm-coding-tools->Reloaded-Project/ReloadedCodeBreaking changes
usepaths and crate dependencies changemodels.devcatalog now cached underreloaded-code/instead ofllm-coding-tools/__llm_coding_tools_bwrap_probe__->__reloaded_code_bwrap_probe__LLM_CODING_TOOLS_MODELS_DEV_CACHE_PATH->RELOADED_CODE_MODELS_DEV_CACHE_PATHWhat was NOT changed
Verification
All checks pass:
cargo verify(tests, clippy, docs)Next steps: Transfer GitHub repo from
Sewer56/llm-coding-toolstoReloaded-Project/ReloadedCode