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

Merged
Ghost merged 1 commits from fix/post-suspension-github-urls into main 2026-05-07 20:04:33 +00:00
First-time contributor

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 added 1 commit 2026-05-07 20:04:29 +00:00
fix(post-suspension): migrate github.com/Molecule-AI refs to git.moleculesai.app (Class G #168)
Some checks failed
Secret scan / secret-scan (pull_request) Successful in 23s
CI / build (pull_request) Failing after 35s
7c1ac608d3
The GitHub org Molecule-AI was suspended on 2026-05-06; canonical SCM
is now Gitea at https://git.moleculesai.app/molecule-ai/. Stale
github.com/Molecule-AI/... URLs return 404 and break tooling that
clones / pip-installs / curls them.

This bundles all non-Go-module URL fixes for this repo into a single PR.
Go module path references (in *.go, go.mod, go.sum) are out of scope
here -- tracked separately under Task #140.

Token-auth clone URLs also flip ${GITHUB_TOKEN} -> ${GITEA_TOKEN} since
the GitHub token does not auth against Gitea.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Ghost merged commit e7a23338bf into main 2026-05-07 20:04:33 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: molecule-ai/docs#2
No description provided.