From cfd7c6d647a810d72fba90005074cc06fb5ca988 Mon Sep 17 00:00:00 2001 From: devops-engineer Date: Thu, 7 May 2026 13:03:41 -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) --- README.md | 2 +- known-issues.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 341adac..db2e2ae 100644 --- a/README.md +++ b/README.md @@ -115,5 +115,5 @@ shared and platform-managed, not in plugin scope). - internal `product/plugin-architecture-v2.md` — target arch for v2 migration -[molecule-core#1957]: https://github.com/Molecule-AI/molecule-core/issues/1957 +[molecule-core#1957]: https://git.moleculesai.app/molecule-ai/molecule-core/issues/1957 [plugin-architecture-v2]: https://git.moleculesai.app/molecule-ai/internal/src/branch/main/product/plugin-architecture-v2.md diff --git a/known-issues.md b/known-issues.md index 13c78b5..47f93b8 100644 --- a/known-issues.md +++ b/known-issues.md @@ -32,7 +32,7 @@ axis. At that point: - Grade-A hot reload becomes possible (platform can re-emit the file without a workspace restart). -[v2]: https://github.com/Molecule-AI/internal/blob/main/product/plugin-architecture-v2.md +[v2]: https://git.moleculesai.app/molecule-ai/internal/blob/main/product/plugin-architecture-v2.md --- -- 2.45.2