From 44719bb548f979197bd6faeb6b82ac7c59b5baff Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 19 Jun 2026 22:25:11 +0000 Subject: [PATCH] fix(identity): correct wokelangiser identity + WokeLang relationship Two fixes that stop work being misrouted: 1. docs/architecture/TOPOLOGY.md: the Integration Points row cast WokeLang as a "source language in nextgen-languages monorepo" - wrong twice. WokeLang is a standalone repo, and wokelangiser EMITS WokeLang (it bridges OTHER code to WokeLang's consent/accessibility patterns); you don't "wokelangise" WokeLang. Row recharacterised accordingly. 2. .machine_readable/CLADE.a2ml: file was still the unedited RSR scaffold, declaring the repo's canonical identity as "rsr-template-repo". canonical-name and forge URLs set to wokelangiser (clade prefix kept as rm-; uuid untouched). Legitimate historical/external references to the RSR template (CHANGELOG, ADR, quickstart, citation) are intentionally retained. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01Y2MWTAqX2x7goVJzjFB4j5 --- .machine_readable/CLADE.a2ml | 10 +++++----- docs/architecture/TOPOLOGY.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.machine_readable/CLADE.a2ml b/.machine_readable/CLADE.a2ml index b14389c..0e2bce7 100644 --- a/.machine_readable/CLADE.a2ml +++ b/.machine_readable/CLADE.a2ml @@ -6,8 +6,8 @@ uuid = "a5ea1382-a34c-5334-8a46-a2ebe904c810" primary-forge = "github" primary-owner = "hyperpolymath" -canonical-name = "rsr-template-repo" -prefixed-name = "rm-rsr-template-repo" +canonical-name = "wokelangiser" +prefixed-name = "rm-wokelangiser" [clade] primary = "rm" @@ -16,9 +16,9 @@ assigned = "2026-03-16" rationale = "" [forges] -github = "hyperpolymath/rsr-template-repo" -gitlab = "hyperpolymath/rsr-template-repo" -bitbucket = "hyperpolymath/rsr-template-repo" +github = "hyperpolymath/wokelangiser" +gitlab = "hyperpolymath/wokelangiser" +bitbucket = "hyperpolymath/wokelangiser" [lineage] type = "standalone" diff --git a/docs/architecture/TOPOLOGY.md b/docs/architecture/TOPOLOGY.md index 860073e..b87ffc0 100644 --- a/docs/architecture/TOPOLOGY.md +++ b/docs/architecture/TOPOLOGY.md @@ -131,4 +131,4 @@ Contrast ratio calculated using WCAG 2.2 relative luminance algorithm | PanLL | Consent dashboard + accessibility audit panels | | BoJ-server | Cartridge for automated accessibility scanning | | VeriSimDB | Consent audit trail persistence | -| WokeLang | Source language in nextgen-languages monorepo | +| WokeLang | The specialist language wokelangiser bridges *other* code to (injects WokeLang's consent/accessibility patterns at the source level). Standalone repo: hyperpolymath/wokelang — you don't run wokelangiser on WokeLang itself |