fix(post-suspension): migrate github.com/Molecule-AI refs to git.moleculesai.app (Class G #168) #40

Merged
Ghost merged 1 commits from fix/post-suspension-github-urls into staging 2026-05-07 20:14:04 +00:00

Summary

Bundle of all stale github.com/Molecule-AI/... URL references in this repo, migrated to https://git.moleculesai.app/molecule-ai/.... The GitHub org was suspended on 2026-05-06 and these URLs all 404 today.

Per Task #168 (Class G), Go module path references (*.go, go.mod, go.sum) are out of scope here -- those move under Task #140.

For token-auth clone URLs, also rewrites ${GITHUB_TOKEN} to ${GITEA_TOKEN} (otherwise auth still fails after the host migration).

Test plan

  • Diff inspected -- every change is a URL rewrite
  • After merge: tooling that previously cloned/curled these URLs now resolves cleanly

Generated with Claude Code.

## Summary Bundle of all stale `github.com/Molecule-AI/...` URL references in this repo, migrated to `https://git.moleculesai.app/molecule-ai/...`. The GitHub org was suspended on 2026-05-06 and these URLs all 404 today. Per Task #168 (Class G), Go module path references (`*.go`, `go.mod`, `go.sum`) are out of scope here -- those move under Task #140. For token-auth clone URLs, also rewrites `${GITHUB_TOKEN}` to `${GITEA_TOKEN}` (otherwise auth still fails after the host migration). ## Test plan - [ ] Diff inspected -- every change is a URL rewrite - [ ] After merge: tooling that previously cloned/curled these URLs now resolves cleanly Generated with Claude Code.
Ghost force-pushed fix/post-suspension-github-urls from 7a028953fa to 55689e0b10 2026-05-07 20:08:19 +00:00 Compare
Ghost approved these changes 2026-05-07 20:08:30 +00:00
Ghost left a comment

LGTM — Class G #168 mechanical URL migration. Verified residuals are Go module paths (Task #140) only.

LGTM — Class G #168 mechanical URL migration. Verified residuals are Go module paths (Task #140) only.
Ghost merged commit 04025189a6 into staging 2026-05-07 20:14:04 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: molecule-ai/molecule-core#40