Skip to content

Document retired magdif, NEO-EQ, and magfie repositories - #61

Open
slopqueue[bot] wants to merge 1 commit into
mainfrom
slopqueue/019fe0933d94-e259fe04
Open

Document retired magdif, NEO-EQ, and magfie repositories#61
slopqueue[bot] wants to merge 1 commit into
mainfrom
slopqueue/019fe0933d94-e259fe04

Conversation

@slopqueue

@slopqueue slopqueue Bot commented Aug 8, 2026

Copy link
Copy Markdown

Problem

Closes #17

Issue #17 asks to archive/delete the obsolete itpplasma repositories magdif, NEO-EQ, and magfie. None of these repositories are used by code's tooling anymore — scripts/clone_all.sh already 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 of GITHUB_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.sh passes — the script remains runnable since only comments were added.
  • No clone/setup/workflow path references magdif, NEO-EQ, or magfie (verified via grep across scripts/, .github/, and README.md).

@krystophny krystophny left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Archive/delete obsolete repos

1 participant