chore: rename "ATOMesh" framework label to "Mooncake ATOMesh"#473
Merged
Merged
Conversation
Updates the mooncake-atom framework display label from "ATOMesh¹" to "Mooncake ATOMesh¹" (footnote preserved) and adjusts the matching framework-aliases and chart-utils test expectations/comment. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
Renames the
mooncake-atomframework display label from ATOMesh¹ to Mooncake ATOMesh¹.This builds on #463 (which renamed "Mooncake ATOM" → "ATOMesh"); the label is now "Mooncake ATOMesh". The footnote superscript (
¹) is preserved, and theatom-disaggalias continues to resolve to the same canonical label.The separate
atomframework (ATOM¹) is intentionally untouched.Changes
packages/constants/src/framework-aliases.ts—mooncake-atomlabelATOMesh¹→Mooncake ATOMesh¹packages/constants/src/framework-aliases.test.ts— updated label expectationspackages/app/src/lib/chart-utils.test.ts— updated comment for consistencyTesting
pnpm test:unit(framework-aliases + chart-utils) — all pass🤖 Generated with Claude Code
Note
Low Risk
Display-only label change in shared constants with no logic or key changes; risk is limited to chart/tooltip copy.
Overview
Updates the human-readable label for the
mooncake-atomframework (and theatom-disaggalias, which inherits it) from ATOMesh¹ to Mooncake ATOMesh¹ inFW_REGISTRY/FRAMEWORK_LABELS. Framework keys, alias resolution, and the separateatom(ATOM¹) entry are unchanged.Unit tests in
framework-aliases.test.tswere updated to match; a comment inchart-utils.test.tswas aligned with the new wording.Reviewed by Cursor Bugbot for commit 6b9cf26. Bugbot is set up for automated code reviews on this repo. Configure here.