From 290e24e76ca954b797a98f7b684a045b077c7f33 Mon Sep 17 00:00:00 2001 From: documentation-specialist Date: Thu, 7 May 2026 00:01:19 -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 0f146ec..d9f0731 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -53,7 +53,7 @@ be written by the cron-learnings plugin each tick. ### Setup ```bash -git clone https://github.com/Molecule-AI/molecule-ai-plugin-molecule-workflow-retro.git +git clone https://git.moleculesai.app/molecule-ai/molecule-ai-plugin-molecule-workflow-retro.git cd molecule-ai-plugin-molecule-workflow-retro python3 -c "import yaml; yaml.safe_load(open('plugin.yaml'))" diff --git a/runbooks/local-dev-setup.md b/runbooks/local-dev-setup.md index 1cd67cd..44f7d3d 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-workflow-retro.git +git clone https://git.moleculesai.app/molecule-ai/molecule-ai-plugin-molecule-workflow-retro.git cd molecule-ai-plugin-molecule-workflow-retro ``` -- 2.45.2