From f4b8d69d8be5f25cb380a369bbe4b5eb35c39590 Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Mon, 29 Jun 2026 13:45:38 +0100 Subject: [PATCH] fix(clade): correct uuid to deterministic v5 uuid = uuidv5(@url, github.com/hyperpolymath/julia-professional-registry) = 2efe00c2-6fc0-527c-8c6b-8ab96d2b6077 (was a non-deterministic/placeholder value). canonical-name ('HyperpolymathRegistry') left as-is. Co-Authored-By: Claude Opus 4.8 (1M context) --- .machine_readable/CLADE.a2ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.machine_readable/CLADE.a2ml b/.machine_readable/CLADE.a2ml index ef709b4..ce20f37 100644 --- a/.machine_readable/CLADE.a2ml +++ b/.machine_readable/CLADE.a2ml @@ -3,7 +3,7 @@ # See: https://github.com/hyperpolymath/gv-clade-index [identity] -uuid = "c9cbb683-68e1-53ce-ab59-26f9bc2962f2" +uuid = "2efe00c2-6fc0-527c-8c6b-8ab96d2b6077" primary-forge = "github" primary-owner = "hyperpolymath" canonical-name = "HyperpolymathRegistry"