rename movementlabsxyz -> movement-network - #408
Closed
Primata wants to merge 1 commit into
Closed
Conversation
Primata
requested review from
0xIcarus,
areshand,
ganymedio and
musitdev
as code owners
July 30, 2026 18:52
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.
Description
Renames the GitHub org reference
movementlabsxyz→movement-networkacross therepository, following the org rename. 33 occurrences in 19 files:
(
movement-network/aptos-core/.github/actions/build-{binary,container}@m1), theIMAGE_NAMESPACE/image_namevalues for theaptos-node,aptos-debuggerandaptos-faucet-serviceGHCR images, theJustfilebuild/push targets, and therelease-existence probe in
scripts/cli/build_cli_release.sh.REVIEWER_REPO: movement-network/claude-pr-reviewer(
REVIEWER_REF: v1unchanged).aptos move init(
crates/aptos/src/move_tool/mod.rs) and the shallow-clone URL used for merge-basemetadata in
devtools/aptos-cargo-cli/src/common.rs.AptosFrameworkgit dependency URLs in themovement-migration/*packages.source_code_url/discussion_urlinaptos-move/aptos-release-builder/data/release.yamland the generateddisable_concurrent_fungible_balance.json.docker/aptos-debugger/README.md, and thePR link in the
pipelined_block.rsregression comment.No functional or behavioral change. GitHub keeps redirects for renamed orgs, so nothing
was broken before this; the change makes the references match reality.
Incidental formatter noise is included in the same commit (no logic touched):
crates/aptos/src/move_tool/mod.rsstruct literals reflowed by rustfmt,scripts/cli/build_cli_release.shre-indented to tabs,build-versions.yamlquotestyle plus trailing-whitespace cleanup, and homebrew README list indentation.
How Has This Been Tested?
grep -ril movementlabsxyz .returns zero hits repo-wide.formatter-only.
container publish paths must be confirmed green before merge.
Key Areas to Review
.github/workflows/build-versions.yaml— theuses:refs andIMAGE_NAMESPACEmust resolve under the new org and the GH token must still have push rights to
ghcr.io/movement-network/*. This is the one place a wrong value fails only atrelease time.
.github/workflows/claude-audit-pr.yml—movement-network/claude-pr-reviewermust exist with tag
v1.crates/aptos/src/move_tool/mod.rs/movement-migration/*/Move.toml— these URLsend up in user-facing generated manifests and in migration packages; a bad URL breaks
aptos move init/ package resolution for downstream users.split the reformatting into a separate commit.
Type of Change
Which Components or Systems Does This Change Impact?
Checklist
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.