SWI-11363 Rebrand to Migration Toolkit#21
Merged
Conversation
Rename the repo/package bw-voice-adapter → migration-toolkit and rebrand the three tools around the migration story: - preflight → Compatibility Check (src/compatibility-check, npm run compatibility-check) - the adapter → Real-Time Translator - generate → BXML Generator (src/bxml-generator, npm run bxml-generator) Rebuilds the README around the three-step flow, rebrands the web playground to "Migration Compatibility Check" (copy only; internal identifiers kept), and updates the Backstage catalog files, AGENTS.md, docs/demo.md, and the errors doc URL. Directory moves use git mv so history follows. Typecheck clean; 303/303 tests pass; playground builds.
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
joshraub-bw
approved these changes
Jul 23, 2026
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.
Renames the repo/package
bw-voice-adapter→migration-toolkitand rebrands the three tools around the migration story.What changed
migration-toolkit; Backstage catalog files (component name +project-slug);src/server/errors.tsdocs URL; CONTRIBUTING.git mv, history follows):src/preflight→src/compatibility-check·npm run preflight→npm run compatibility-check(Compatibility Check)src/generate→src/bxml-generator·npm run generate→npm run bxml-generator(BXML Generator)web/rebranded "Migration Preflight" → "Migration Compatibility Check" (copy only;PreflightView/CSS identifiers kept).Verification
npm run typecheckcleannpm run playground:buildsucceedsFollow-ups (out of band)
bw-voice-adapter→migration-toolkit) — old URLs auto-redirect; the new-name links in this PR resolve once renamed.api-specsrebrands the developer-tools guide.