From d7ab7efdd3d58b6f63676ad1a3c71ee7834b3efa Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Mon, 29 Jun 2026 12:50:11 +0100 Subject: [PATCH] fix(clade): correct uuid to deterministic v5 (was rsr-template residue) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The CLADE.a2ml uuid was the copied template's uuid (= uuidv5 for rsr-template-repo), colliding with the template's identity. Regenerated per the gv-clade-index method: uuidgen --sha1 --namespace @url --name github.com/hyperpolymath/a2ml-validate-action -> 4aacd8a6-935d-5c3f-9679-0635f5deafec (Verified the method reproduces standards' registered uuid exactly.) [lineage].parent still carries template residue ('RSR template — scaffold') — left for gv-clade-index registry reconciliation. 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 64df703..79e1f24 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 = "4aacd8a6-935d-5c3f-9679-0635f5deafec" primary-forge = "github" primary-owner = "hyperpolymath" canonical-name = "a2ml-validate-action"