From b44e67ce24e0f55f28d6ba403b95292cabf1cdf0 Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Wed, 1 Jul 2026 21:39:09 +0100 Subject: [PATCH] feat(registry): register rsr-julia-library-template-repo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New repo (fork of rsr-template-repo, specialised for registered Julia libraries — see hyperpolymath/rsr-julia-library-template-repo#2). - verisim/seed/repos.a2ml: new [repo.rsr-julia-library-template-repo] entry. lineage = "standalone" with parent = "rsr-template-repo" (not "derived" -- that's not a valid lineage_type per repo.vcl's ENUM; "standalone" + non-empty parent already has precedent in this file, e.g. [repo.anvomidav] parent = "nextgen-languages"). - worker/data/{repos,index}.json: matching entries, uuid 4b68a627-5811-4c73-bdad-052dfbdbbe90 (matches the repo's own CLADE.a2ml, generated fresh via `uuid4()`, not the deterministic-v5 scheme worker/data otherwise uses -- consistent with the pre-existing uuid-scheme drift already flagged in the companion G22 commit on this branch). --- verisim/seed/repos.a2ml | 9 +++++++++ worker/data/index.json | 14 ++++++++++++++ worker/data/repos.json | 13 +++++++++++++ 3 files changed, 36 insertions(+) diff --git a/verisim/seed/repos.a2ml b/verisim/seed/repos.a2ml index 158038d..c5c9cde 100644 --- a/verisim/seed/repos.a2ml +++ b/verisim/seed/repos.a2ml @@ -202,6 +202,15 @@ lineage = "standalone" parent = "" completion = 100 +[repo.rsr-julia-library-template-repo] +primary = "rm" +secondary = ["gv"] +description = "RSR template specialised for registered Julia libraries (fork of rsr-template-repo)" +lineage = "standalone" +parent = "rsr-template-repo" +completion = 60 +julia = true + [repo.gitbot-fleet] primary = "rm" secondary = ["ax"] diff --git a/worker/data/index.json b/worker/data/index.json index a16a242..f0758f0 100644 --- a/worker/data/index.json +++ b/worker/data/index.json @@ -83,6 +83,7 @@ "reposystem", "grim-repo", "rsr-template-repo", + "rsr-julia-library-template-repo", "gitbot-fleet", "robot-vacuum-cleaner", "polysafe-gitfixer", @@ -691,6 +692,19 @@ "prefixed": "rm-rsr-template-repo", "github": "hyperpolymath/rsr-template-repo" }, + "rsr-julia-library-template-repo": { + "name": "rsr-julia-library-template-repo", + "uuid": "4b68a627-5811-4c73-bdad-052dfbdbbe90", + "clade": "rm", + "secondary": [ + "gv" + ], + "lineage": "standalone", + "parent": "rsr-template-repo", + "description": "RSR template specialised for registered Julia libraries (fork of rsr-template-repo)", + "prefixed": "rm-rsr-julia-library-template-repo", + "github": "hyperpolymath/rsr-julia-library-template-repo" + }, "gitbot-fleet": { "name": "gitbot-fleet", "uuid": "f8cdb015-c230-50f2-b09c-f9e8d37646dd", diff --git a/worker/data/repos.json b/worker/data/repos.json index 2ccce35..4040287 100644 --- a/worker/data/repos.json +++ b/worker/data/repos.json @@ -263,6 +263,19 @@ "prefixed": "rm-rsr-template-repo", "github": "hyperpolymath/rsr-template-repo" }, + { + "name": "rsr-julia-library-template-repo", + "uuid": "4b68a627-5811-4c73-bdad-052dfbdbbe90", + "clade": "rm", + "secondary": [ + "gv" + ], + "lineage": "standalone", + "parent": "rsr-template-repo", + "description": "RSR template specialised for registered Julia libraries (fork of rsr-template-repo)", + "prefixed": "rm-rsr-julia-library-template-repo", + "github": "hyperpolymath/rsr-julia-library-template-repo" + }, { "name": "gitbot-fleet", "uuid": "f8cdb015-c230-50f2-b09c-f9e8d37646dd",