From a966b6782f4c9a563b2dcbeb18672c87f0f89acc Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Wed, 1 Jul 2026 14:14:01 +0100 Subject: [PATCH] fix(registry): canonicalize julia-professional-registry entry to JuliaProfessionalRegistry (G22) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Companion to the julia-professional-registry CLADE.a2ml rename in the same branch. Renames the repo's record from the old HyperpolymathRegistry identity to the canonical JuliaProfessionalRegistry name across: - verisim/seed/repos.a2ml: [repo.HyperpolymathRegistry] -> [repo.JuliaProfessionalRegistry] - worker/data/repos.json + worker/data/index.json: matching name/prefixed/github fields, and github corrected to the real hyperpolymath/julia-professional-registry slug (previously pointed at a non-existent repo). uuid is left untouched in all three files — this is a rename, not a new registration. NOTE: worker/data's uuid (c9cbb683-...) does not match the uuid recorded in the repo's own CLADE.a2ml (2efe00c2-...); that's a pre-existing drift between the heuristic worker/data backfill (#40) and the authoritative per-repo CLADE.a2ml, unrelated to this identity rename — left as-is, flagging for a separate fix. --- verisim/seed/repos.a2ml | 6 +++++- worker/data/index.json | 10 +++++----- worker/data/repos.json | 6 +++--- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/verisim/seed/repos.a2ml b/verisim/seed/repos.a2ml index ae1e2e1..158038d 100644 --- a/verisim/seed/repos.a2ml +++ b/verisim/seed/repos.a2ml @@ -1297,7 +1297,7 @@ parent = "" completion = 30 julia = true -[repo.HyperpolymathRegistry] +[repo.JuliaProfessionalRegistry] primary = "dx" secondary = [] description = "Julia package registry" @@ -1305,6 +1305,10 @@ lineage = "standalone" parent = "" completion = 60 julia = true +# Renamed from HyperpolymathRegistry (G22, coordinated with +# julia-professional-registry CLADE.a2ml in the same branch). uuid +# 2efe00c2-6fc0-527c-8c6b-8ab96d2b6077 unchanged; old name is recorded as +# a CLADE alias in the repo's own CLADE.a2ml. [repo."InvestigativeJournalist.jl"] primary = "ap" diff --git a/worker/data/index.json b/worker/data/index.json index aaf62fb..a16a242 100644 --- a/worker/data/index.json +++ b/worker/data/index.json @@ -289,7 +289,7 @@ "Cliometrics.jl", "Exnovation.jl", "Hyperpolymath.jl", - "HyperpolymathRegistry", + "JuliaProfessionalRegistry", "JuliaKids.jl", "JuliaPackage-Reuse-Audit.jl", "KnotTheory.jl", @@ -2204,16 +2204,16 @@ "prefixed": "dx-Hyperpolymath.jl", "github": "hyperpolymath/Hyperpolymath.jl" }, - "HyperpolymathRegistry": { - "name": "HyperpolymathRegistry", + "JuliaProfessionalRegistry": { + "name": "JuliaProfessionalRegistry", "uuid": "c9cbb683-68e1-53ce-ab59-26f9bc2962f2", "clade": "dx", "secondary": [], "lineage": "standalone", "parent": "", "description": "Julia package registry", - "prefixed": "dx-HyperpolymathRegistry", - "github": "hyperpolymath/HyperpolymathRegistry" + "prefixed": "dx-JuliaProfessionalRegistry", + "github": "hyperpolymath/julia-professional-registry" }, "InvestigativeJournalist.jl": { "name": "InvestigativeJournalist.jl", diff --git a/worker/data/repos.json b/worker/data/repos.json index 9cd4ca9..2ccce35 100644 --- a/worker/data/repos.json +++ b/worker/data/repos.json @@ -1777,15 +1777,15 @@ "github": "hyperpolymath/Hyperpolymath.jl" }, { - "name": "HyperpolymathRegistry", + "name": "JuliaProfessionalRegistry", "uuid": "c9cbb683-68e1-53ce-ab59-26f9bc2962f2", "clade": "dx", "secondary": [], "lineage": "standalone", "parent": "", "description": "Julia package registry", - "prefixed": "dx-HyperpolymathRegistry", - "github": "hyperpolymath/HyperpolymathRegistry" + "prefixed": "dx-JuliaProfessionalRegistry", + "github": "hyperpolymath/julia-professional-registry" }, { "name": "InvestigativeJournalist.jl",