From 87032e11cb47fcb72b4c03c5ca132b151c9026c9 Mon Sep 17 00:00:00 2001 From: documentation-specialist Date: Thu, 7 May 2026 00:40:47 -0700 Subject: [PATCH] docs(install): migrate git clone URL to git.moleculesai.app (#37) Two refs to migrate: - CLAUDE.md:147 (Setup section) - runbooks/local-dev-setup.md:19 (Step 1) Note: this repo is PRIVATE on Gitea. The clone URL uses the canonical Gitea path; the runbook reader handles auth via SSH key, git credential helper, or a personal token. Same convention as the rest of the workspace-template + plugin-* PRs in the #37 series. Refs: molecule-ai/internal#37, molecule-ai/internal#38 --- 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 52a85ab..a7a2871 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -144,7 +144,7 @@ The skill directories must be volume-mounted or present in the image. ```bash # 1. Clone -git clone https://github.com/molecule-ai/molecule-ai-workspace-template-gemini-cli.git +git clone https://git.moleculesai.app/molecule-ai/molecule-ai-workspace-template-gemini-cli.git cd molecule-ai-workspace-template-gemini-cli # 2. Install dependencies diff --git a/runbooks/local-dev-setup.md b/runbooks/local-dev-setup.md index 3871d80..41fbe92 100644 --- a/runbooks/local-dev-setup.md +++ b/runbooks/local-dev-setup.md @@ -16,7 +16,7 @@ This runbook covers setting up the gemini-cli workspace template on a local mach ## Step 1: Clone the Repository ```bash -git clone https://github.com/molecule-ai/molecule-ai-workspace-template-gemini-cli.git +git clone https://git.moleculesai.app/molecule-ai/molecule-ai-workspace-template-gemini-cli.git cd molecule-ai-workspace-template-gemini-cli ```