From 4a1c610dbcfe5b89074d6feed77ff90d139c2fda Mon Sep 17 00:00:00 2001 From: devops-engineer Date: Thu, 7 May 2026 13:03:34 -0700 Subject: [PATCH] fix(post-suspension): migrate github.com/Molecule-AI refs to git.moleculesai.app (Class G #168) 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) --- runbooks/local-dev-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runbooks/local-dev-setup.md b/runbooks/local-dev-setup.md index 8596f59..8431807 100644 --- a/runbooks/local-dev-setup.md +++ b/runbooks/local-dev-setup.md @@ -22,7 +22,7 @@ step. ## Step 1 — Clone ```bash -git clone https://github.com/Molecule-AI/molecule-ai-plugin-github-app-auth.git +git clone https://git.moleculesai.app/molecule-ai/molecule-ai-plugin-github-app-auth.git cd molecule-ai-plugin-github-app-auth ``` -- 2.45.2