Document retired magdif, NEO-EQ, and magfie repositories - #61
Open
slopqueue[bot] wants to merge 1 commit into
Open
Document retired magdif, NEO-EQ, and magfie repositories#61slopqueue[bot] wants to merge 1 commit into
slopqueue[bot] wants to merge 1 commit into
Conversation
krystophny
approved these changes
Aug 8, 2026
krystophny
left a comment
Member
There was a problem hiding this comment.
Review verdict: Approve
Summary: Documentation-only change recording retired repositories; the clone list and execution behavior remain correct.
Findings:
No findings.
Verdict: Approve — the diff is consistent with surrounding code and introduces no functional risk.
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.
Problem
Closes #17
Issue #17 asks to archive/delete the obsolete
itpplasmarepositoriesmagdif,NEO-EQ, andmagfie. None of these repositories are used bycode's tooling anymore —scripts/clone_all.shalready omits them — but the retirement decision was not recorded anywhere in the meta-repository, making it easy for the retired names to be re-added or for the obsolete state to be lost.Change
Record the retirement explicitly so the repository inventory is authoritative:
scripts/clone_all.sh: document the retired repositories (magdif,NEO-EQ,magfie) and note that they must stay out ofGITHUB_REPOS. The actual clone list is unchanged.README.md: add a "Retired repositories" section listing the three obsolete repositories and their status.Tests
bash -n scripts/clone_all.shpasses — the script remains runnable since only comments were added.magdif,NEO-EQ, ormagfie(verified viagrepacrossscripts/,.github/, andREADME.md).