From 4cf43a48a65a383dbab0da39746908382b755cf9 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 20 Jun 2026 02:26:04 +0000 Subject: [PATCH] fix(identity): give wokelangiser its own deterministic uuid (was iseriser's scaffold placeholder) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The uuid was the unedited RSR-scaffold value, byte-identical to iseriser's CLADE.a2ml uuid — a cross-repo identity collision (uuids are meant to be unique per repo). Replaced with the registry's deterministic UUIDv5 derived from "github.com/hyperpolymath/wokelangiser" (URL namespace), per gv-clade-index's documented scheme (sync/deploy-clade-a2ml.sh); verified by reproducing wokelang's known uuid with the same sha1sum method. Clade (rm) and prefixed-name left unchanged: wokelangiser is not yet registered in gv-clade-index and the -iser family has no clade assigned there, so the correct value isn't derivable from the registry — flagged rather than guessed. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01Y2MWTAqX2x7goVJzjFB4j5 --- .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 0e2bce7..f740362 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 = "a5ea1382-a34c-5334-8a46-a2ebe904c810" +uuid = "1c233dc2-7b7e-5856-9606-22f119ed68ad" primary-forge = "github" primary-owner = "hyperpolymath" canonical-name = "wokelangiser"