From 9ef04ea7d6202d3fc1b528f78f53dcee212c71d1 Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Mon, 29 Jun 2026 13:45:25 +0100 Subject: [PATCH] fix(clade): correct uuid to deterministic v5 uuid = uuidv5(@url, github.com/hyperpolymath/game-server-admin) = 09f76bd7-df4b-5494-8aff-1dca67b00488 (was a non-deterministic/placeholder value). canonical-name ('game-server-admin') 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 82a029d..7da914f 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 = "b7e3f1a2-c4d5-5678-9abc-def012345678" +uuid = "09f76bd7-df4b-5494-8aff-1dca67b00488" primary-forge = "github" primary-owner = "hyperpolymath" canonical-name = "game-server-admin"