From e8bdfbd0a2daf383d253d3bf428b43de9235180d Mon Sep 17 00:00:00 2001 From: documentation-specialist Date: Thu, 7 May 2026 00:01:08 -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 74d57c4..60930f7 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -57,7 +57,7 @@ See `rules/codebase-conventions.md` for the full ruleset. Key highlights: ### Setup ```bash -git clone https://github.com/Molecule-AI/molecule-ai-plugin-molecule-dev.git +git clone https://git.moleculesai.app/molecule-ai/molecule-ai-plugin-molecule-dev.git cd molecule-ai-plugin-molecule-dev # Install markdownlint CLI for pre-commit linting diff --git a/runbooks/local-dev-setup.md b/runbooks/local-dev-setup.md index df65c42..74d7ea7 100644 --- a/runbooks/local-dev-setup.md +++ b/runbooks/local-dev-setup.md @@ -16,7 +16,7 @@ This runbook covers setting up a local development environment for ## Clone & Bootstrap ```bash -git clone https://github.com/Molecule-AI/molecule-ai-plugin-molecule-dev.git +git clone https://git.moleculesai.app/molecule-ai/molecule-ai-plugin-molecule-dev.git cd molecule-ai-plugin-molecule-dev ```