fix(identity): canonicalize to JuliaProfessionalRegistry (G22) - #44
Merged
Conversation
Three names existed for this repo: JuliaProfessionalRegistry (Registry.toml, canonical), HyperpolymathRegistry (CLADE canonical-name + forges + ~21 doc references), and julia-professional-registry (actual repo slug). Canonicalize on JuliaProfessionalRegistry: - CLADE.a2ml: canonical-name/prefixed-name -> JuliaProfessionalRegistry; old name preserved in status.aliases[] (uuid untouched, per gv-clade-index ADR 0006 — a rename is not a phase change). - [forges]: corrected to the real hyperpolymath/julia-professional-registry slug (the old HyperpolymathRegistry github/gitlab/bitbucket entries pointed at a repo that doesn't exist). - Swept 21 doc/metadata files referencing the old name; GitHub URLs and the post-clone `cd` target now point at the real slug rather than the old name. - STATE.a2ml project/name aligned; stale G22-pending note resolved. Coordinated with the matching gv-clade-index seed-data rename in the same branch so the two repos don't desync.
3 tasks
hyperpolymath
marked this pull request as ready for review
July 1, 2026 13:15
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
JuliaProfessionalRegistry(Registry.toml, already canonical),HyperpolymathRegistry(CLADEcanonical-name+[forges]+ 21 doc files),julia-professional-registry(actual repo slug).CLADE.a2ml:canonical-name/prefixed-name→JuliaProfessionalRegistry; old name preserved instatus.aliases[]; uuid untouched.[forges]: corrected to the realhyperpolymath/julia-professional-registryslug — the old entries pointed at a GitHub repo that doesn't exist (404).cdtarget now point at the real slug rather than the fictional old name.STATE.a2mlproject/name aligned; the "G22 pending" note is resolved.Companion PR
Coordinated with hyperpolymath/gv-clade-index#44 (same branch name
claude/axiom-jl-registry-infra-kr7t4a), which renames the matching[repo.HyperpolymathRegistry]seed entry and worker data. Land together to avoid desync.Test plan
grep -rn HyperpolymathRegistry— only the intentionalaliases[]entry and its explanatory comment remaintests/idris2/ValidateTest.idrdeliberately untouched (documents historical bug, already assertsJuliaProfessionalRegistry)🤖 Generated with Claude Code