From c797b126950ebb28781123e2537518cdbdaa8aa5 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 19 Jun 2026 22:25:11 +0000 Subject: [PATCH] fix(identity): declare wokelang standalone; stop misrouting to nextgen-languages wokelang's always-read identity metadata declared it a monorepo-child of the nextgen-languages coordination repo and set its canonical repository/homepage URLs there. Agents that read these files first (per CLAUDE.md / 0-AI-MANIFEST) then inferred wokelang's source lives under nextgen-languages and targeted paths like nextgen-languages/.../src/interpreter/mod.rs. wokelang is a standalone repo; nextgen-languages is the nl-clade coordination monorepo, not a code parent. - opsm.toml: homepage/repository -> hyperpolymath/wokelang - compiler/wokelang-wasm/Cargo.toml: repository -> hyperpolymath/wokelang - .machine_readable/CLADE.a2ml: [lineage] type monorepo-child -> standalone; parent reframed (nextgen-languages = nl-clade coordinator, not code parent) - .machine_readable/6a2/anchor/ANCHOR.a2ml: fix misleading "code lineage (monorepo-child)" comment Clade taxonomy (clade nl / nl-wokelang) and the ECOSYSTEM sibling-estate relationship are preserved. Verified: cargo metadata parses wokelang-wasm and reads back the corrected repository URL; repo-wide grep shows zero remaining nextgen-languages code-home / monorepo-child references. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01Y2MWTAqX2x7goVJzjFB4j5 --- .machine_readable/6a2/anchor/ANCHOR.a2ml | 2 +- .machine_readable/CLADE.a2ml | 4 ++-- compiler/wokelang-wasm/Cargo.toml | 2 +- opsm.toml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.machine_readable/6a2/anchor/ANCHOR.a2ml b/.machine_readable/6a2/anchor/ANCHOR.a2ml index 72989b9..2df4038 100644 --- a/.machine_readable/6a2/anchor/ANCHOR.a2ml +++ b/.machine_readable/6a2/anchor/ANCHOR.a2ml @@ -16,4 +16,4 @@ ssg: # Relationships parents: - "org.hyperpolymath.boj-server" # SSG / publish parent (boj build trigger) - - "org.hyperpolymath.nextgen-languages" # code lineage (monorepo-child, clade nl) + - "org.hyperpolymath.nextgen-languages" # nl-clade coordination repo (clade nl) — NOT a code parent; wokelang is standalone diff --git a/.machine_readable/CLADE.a2ml b/.machine_readable/CLADE.a2ml index 910edea..e4ba9f8 100644 --- a/.machine_readable/CLADE.a2ml +++ b/.machine_readable/CLADE.a2ml @@ -21,6 +21,6 @@ gitlab = "hyperpolymath/wokelang" bitbucket = "hyperpolymath/wokelang" [lineage] -type = "monorepo-child" -parent = "nextgen-languages" +type = "standalone" +parent = "none — standalone repo; nextgen-languages is the nl-clade coordination repo, not a code parent" born = "2026-03-16" diff --git a/compiler/wokelang-wasm/Cargo.toml b/compiler/wokelang-wasm/Cargo.toml index 0656f76..aa56c33 100644 --- a/compiler/wokelang-wasm/Cargo.toml +++ b/compiler/wokelang-wasm/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" description = "WebAssembly backend for WokeLang — consent gates and dimensional types to WASM" authors = ["Jonathan D.A. Jewell "] license = "MPL-2.0" -repository = "https://github.com/hyperpolymath/nextgen-languages" +repository = "https://github.com/hyperpolymath/wokelang" [dependencies] wasm-encoder = "0.225" diff --git a/opsm.toml b/opsm.toml index 7bde5d3..160975e 100644 --- a/opsm.toml +++ b/opsm.toml @@ -10,8 +10,8 @@ description = "Wokelang compiler — general-purpose BEAM-friendly application l license = "MPL-2.0" authors = ["Jonathan D.A. Jewell "] keywords = ["wokelang", "hyperpolymath", "nextgen-languages", "compiler"] -homepage = "https://github.com/hyperpolymath/nextgen-languages" -repository = "https://github.com/hyperpolymath/nextgen-languages" +homepage = "https://github.com/hyperpolymath/wokelang" +repository = "https://github.com/hyperpolymath/wokelang" forth = "wokelang" [opsm]