chore(standalone): drop all 12 language submodules — pure coordinator#78
Merged
Conversation
Per the standalone-repos decision: nextgen-languages no longer vendors the language family as git submodules; it now purely coordinates/contextualises them. Each language remains its own standalone top-level hyperpolymath repo, untouched. - Removed 12 submodule gitlinks + .gitmodules: affinescript, anvomidav, betlang, eclexia, ephapax, error-lang, julia-the-viper, my-lang, oblibeny, phronesis, tangle, wokelang. - 6a2/ECOSYSTEM.a2ml [language-repos]: now lists all 12 as referenced standalone repos (not vendored); note updated. - wiki Installation: dropped the now-moot 'git submodule update' step. - EXPLAINME: kitchenspeak is in-tree (not a submodule) — corrected. No CI/build referenced the submodule paths (verified), so pipelines are unaffected. KitchenSpeak stays in-tree (standalone-repo-ready). https://claude.ai/code/session_01GJatEm2TVFSTBEkKXmserJ
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.
Summary
Makes
nextgen-languagesa pure coordinator: it no longer vendors the language family as git submodules — it coordinates/contextualises them. Each language remains its own standalone top-levelhyperpolymathrepo, completely untouched (a submodule is only a pinned pointer; removing it edits this repo alone).What changed
.gitmodules: affinescript, anvomidav, betlang, eclexia, ephapax, error-lang, julia-the-viper, my-lang, oblibeny, phronesis, tangle, wokelang. (0 gitlinks remain.)6a2/ECOSYSTEM.a2ml[language-repos]: now lists all 12 as referenced standalone repos (was: "wired in as a submodule"). This is the contextualising mechanism that replaces embedding.wiki/overview/Installation.md: dropped the now-mootgit submodule update --init --recursivestep; note that languages are separate repos to clone individually.EXPLAINME.adoc: correctedkitchenspeakfrom "submodule" to in-tree (it was never a submodule; it's the in-tree, standalone-repo-ready language).Safety
No workflow/build/Justfile referenced the submodule paths (verified before stripping), so CI is unaffected.
kitchenspeak/stays in-tree. Historical mentions in CHANGELOG / the elevation decision record were intentionally left as-is (they're history).🤖 Draft — opened for review.
https://claude.ai/code/session_01GJatEm2TVFSTBEkKXmserJ
Generated by Claude Code