From 75581bd274b83fd08c7189e2e9f38f7d73a49956 Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Mon, 29 Jun 2026 13:45:44 +0100 Subject: [PATCH] fix(clade): correct uuid to deterministic v5 uuid = uuidv5(@url, github.com/hyperpolymath/panic-attack) = e4f11b6b-626c-5dd2-bb83-312c9dc0d968 (was a non-deterministic/placeholder value). canonical-name ('panic-attack') 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 c46e4cc..c646316 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 = "7f831e69-87a5-50b5-a814-a652c38b4df2" +uuid = "e4f11b6b-626c-5dd2-bb83-312c9dc0d968" primary-forge = "github" primary-owner = "hyperpolymath" canonical-name = "panic-attack"