chore: rebrand tarkov-checker → RaidMate#28
Merged
Merged
Conversation
Full rename across the monorepo, clean break (no data migration):
- npm: root raidmate, packages @raidmate/{desktop,client,shared},
all --filter references, pnpm-lock regenerated
- Cargo: package/lib/bins renamed (exe is now raidmate.exe), Cargo.lock
regenerated
- Tauri: productName RaidMate, explicit mainBinaryName raidmate,
identifier dev.raidmate.desktop, window title
- %APPDATA% data dir tarkov-checker -> raidmate (old settings orphaned
by design)
- localStorage prefix tc.* -> rm.*; removed the obsolete one-time
tc.hotkeys.* -> backend migration and its tests
- updater: REPO Mosmain/raidmate, asset raidmate.exe, user-agent
- /api/ping name, AUMID DisplayName, tray id, headless banner
- client: index.html title, PWA manifest, en/ru locale strings,
releases URL, GITHUB_PAGES_BASE /raidmate/
- CI: artifact/exe paths in build-overlay.yml, filters in
deploy-pages.yml
- docs: README (en+ru), package READMEs, CREDITS, CLAUDE.md
Game-related identifiers (TARKOV_* env vars, TARKOV_MAPS, tarkov.dev
attributions, maps submodule) are intentionally unchanged.
Co-Authored-By: Claude Fable 5 <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.
What
Full rebrand of the project from tarkov-checker to RaidMate. Clean break — no migration of user data (old
%APPDATA%/tarkov-checker/andtc.*localStorage keys are simply orphaned).Naming table
@tarkov-checker/*@raidmate/*mainBinaryName)%APPDATA%dirtc.rm.Game-related identifiers (
TARKOV_*env vars,TARKOV_MAPS, tarkov.dev attributions, the maps submodule) are intentionally untouched.Also removed the obsolete one-time
tc.hotkeys.*localStorage→backend migration (and its tests) — clean break makes it dead code.Notes
/raidmate/— accepted.Mosmain/raidmateright after this PR (redirects cover git/API/web).Verification
git grep tarkov-checker→ only intentional historical notes in CLAUDE.mdpnpm install/ shared+client builds /pnpm test(108 tests) / lint / typecheck /prettier --check— all greencargo fmt --check,cargo check,cargo test(68 tests) — all green🤖 Generated with Claude Code