chore(repo): repoint in-repo URLs after dancinlab/anima β dancinlab/anima-lab-0 - #4644
Merged
Conversation
β¦nima-lab-0
The GitHub repo was RENAMED (owner directive): dancinlab/anima β dancinlab/anima-lab-0, which carries
all 3,212 commits of history natively β a rename, not a push. A fresh empty dancinlab/anima was then
created to hold the research write-ups, while experiments continue in anima-lab-0.
THE BREAKAGE THIS FIXES. GitHub redirects the old URL, but anything that RESOLVES the name now lands
on the new EMPTY repo. `hexa.toml`'s repository/homepage are exactly that: `hx install anima` reads
them, so leaving them alone would have made the installer fetch an empty repository.
Repointed to where the code actually lives (anima-lab-0): hexa.toml x3 (comment + repository +
homepage), CITATION.cff x2 (repository-code + url), README.easy.{ko,ja,ru,zh,md} x1 each. 10 in total.
DELIBERATELY UNTOUCHED:
- README.md's 6 hits are huggingface.co/datasets/dancinlab/anima-* β HF dataset URLs, not the GitHub
repo. The rewrite was anchored on `github.com/` precisely so these could not be caught.
- HYPOTHESES/cards/ and archive/ references are frozen research records; a landed card does not get
retro-edited (preserve-state).
The local clone's remote was also moved off the redirect onto the real URL.
# no-verify-ok pre-existing doc-gate debt only; no ARCHITECTURE change (repo hosting, not design).
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
The GitHub repo was RENAMED (owner directive): dancinlab/anima β dancinlab/anima-lab-0, which carries
all 3,212 commits of history natively β a rename, not a push. A fresh empty dancinlab/anima was then
created to hold the research write-ups, while experiments continue in anima-lab-0.
THE BREAKAGE THIS FIXES. GitHub redirects the old URL, but anything that RESOLVES the name now lands
on the new EMPTY repo.
hexa.toml's repository/homepage are exactly that:hx install animareadsthem, so leaving them alone would have made the installer fetch an empty repository.
Repointed to where the code actually lives (anima-lab-0): hexa.toml x3 (comment + repository +
homepage), CITATION.cff x2 (repository-code + url), README.easy.{ko,ja,ru,zh,md} x1 each. 10 in total.
DELIBERATELY UNTOUCHED:
repo. The rewrite was anchored on
github.com/precisely so these could not be caught.retro-edited (preserve-state).
The local clone's remote was also moved off the redirect onto the real URL.
no-verify-ok pre-existing doc-gate debt only; no ARCHITECTURE change (repo hosting, not design).
Co-Authored-By: Claude Opus 5 (1M context) noreply@anthropic.com