From cff1cbaa93a76ad22b097db061d1c606950b6883 Mon Sep 17 00:00:00 2001 From: documentation-specialist Date: Thu, 7 May 2026 00:01:21 -0700 Subject: [PATCH] docs(install): migrate git clone URL to git.moleculesai.app (#37)\n\nAnonymous git-clone refs in CLAUDE.md, runbooks/local-dev-setup.md migrated github.com/Molecule-AI \u2192 git.moleculesai.app/molecule-ai. Public repo, no auth-shape change. Same pattern as the other plugin-* sweeps in the #37 series.\n\nRefs: molecule-ai/internal#37, molecule-ai/internal#38, molecule-ai/internal#42 --- CLAUDE.md | 2 +- runbooks/local-dev-setup.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index b0b38fc..e7b0ac1 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -49,7 +49,7 @@ superpowers/ ### Setup ```bash -git clone https://github.com/Molecule-AI/molecule-ai-plugin-superpowers.git +git clone https://git.moleculesai.app/molecule-ai/molecule-ai-plugin-superpowers.git cd molecule-ai-plugin-superpowers # Validate plugin.yaml diff --git a/runbooks/local-dev-setup.md b/runbooks/local-dev-setup.md index c5679c4..fc3f774 100644 --- a/runbooks/local-dev-setup.md +++ b/runbooks/local-dev-setup.md @@ -15,7 +15,7 @@ This runbook covers setting up a local development environment for `superpowers` ## Clone & Bootstrap ```bash -git clone https://github.com/Molecule-AI/molecule-ai-plugin-superpowers.git +git clone https://git.moleculesai.app/molecule-ai/molecule-ai-plugin-superpowers.git cd molecule-ai-plugin-superpowers ``` -- 2.45.2