fix(identity): declare wokelang standalone; stop misrouting to nextgen-languages#96
Merged
Merged
Conversation
…n-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 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Y2MWTAqX2x7goVJzjFB4j5
hyperpolymath
marked this pull request as ready for review
June 19, 2026 22:34
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
A link kept pointing work at
nextgen-languages/.../src/interpreter/mod.rs— but that file doesn't exist there (nextgen-languagesis an Agda/specs coordination repo with zero.rsfiles). The realsrc/interpreter/mod.rsis here, in standalonewokelang.Root cause: wokelang's own always-read identity metadata contradicted itself — it declared wokelang a
monorepo-childofnextgen-languagesand set its canonicalrepository/homepagethere. SinceCLAUDE.md/0-AI-MANIFEST.a2mltell every agent to read these files first, each fresh agent re-derived "code lives under nextgen-languages" and built paths likenextgen-languages/.../src/interpreter/mod.rs(the path is correct; only the repo was wrong). That's why it recurred.Changes
opsm.tomlhomepage+repository→hyperpolymath/wokelang(keywordnextgen-languageskept — taxonomy)compiler/wokelang-wasm/Cargo.tomlrepository→hyperpolymath/wokelang.machine_readable/CLADE.a2ml[lineage] typemonorepo-child→standalone;parentreframed (nextgen-languages = nl-clade coordinator, not a code parent).machine_readable/6a2/anchor/ANCHOR.a2ml# code lineage (monorepo-child)commentPreserved (taxonomy, intentionally unchanged):
clade = "nl",prefixed-name = "nl-wokelang", theopsm.tomlkeyword, and the ECOSYSTEMsibling-estaterelationship.nextgen-languagesitself needs no changes.Verification (actually run)
cargo metadata --no-depsparsescompiler/wokelang-wasm/Cargo.toml→ PARSE_OK, and cargo reads back"repository":"https://github.com/hyperpolymath/wokelang".rgafter the edits: zero remaining…/nextgen-languagescode-home URLs and zeromonorepo-childreferences.🤖 Generated with Claude Code
https://claude.ai/code/session_01Y2MWTAqX2x7goVJzjFB4j5
Generated by Claude Code