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
This commit is contained in:
parent
64c2d7be17
commit
39ac34935e
@ -79,7 +79,7 @@ If the score is below threshold, the skill returns a denial with the judge's rea
|
||||
### Setup
|
||||
|
||||
```bash
|
||||
git clone https://github.com/Molecule-AI/molecule-ai-plugin-molecule-skill-llm-judge.git
|
||||
git clone https://git.moleculesai.app/molecule-ai/molecule-ai-plugin-molecule-skill-llm-judge.git
|
||||
cd molecule-ai-plugin-molecule-skill-llm-judge
|
||||
python3 -c "import yaml; yaml.safe_load(open('plugin.yaml'))"
|
||||
```
|
||||
|
||||
@ -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-skill-llm-judge.git
|
||||
git clone https://git.moleculesai.app/molecule-ai/molecule-ai-plugin-molecule-skill-llm-judge.git
|
||||
cd molecule-ai-plugin-molecule-skill-llm-judge
|
||||
```
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user