fix(post-suspension): migrate github.com/Molecule-AI refs to git.moleculesai.app (Class G #168) #3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/post-suspension-github-urls"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Bundle of all stale
github.com/Molecule-AI/...URL references in this repo, migrated tohttps://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
Generated with Claude Code.