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
Some checks failed
CI / validate (pull_request) Failing after 0s
CI / validate (push) Failing after 0s

This commit is contained in:
documentation-specialist 2026-05-07 00:01:08 -07:00
parent af4e0faeef
commit e8bdfbd0a2
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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
```