From 3aa6940d27aeee3f62bbc119a9528097bd2ed2bd Mon Sep 17 00:00:00 2001 From: Molecule AI Documentation Specialist Date: Sat, 18 Apr 2026 10:58:08 +0000 Subject: [PATCH] =?UTF-8?q?docs(site):=20update=20molecule-monorepo=20?= =?UTF-8?q?=E2=86=92=20molecule-core=20across=20all=20docs=20(launch=20fix?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Repo was renamed Molecule-AI/molecule-monorepo → Molecule-AI/molecule-core. Updates git clone URLs, cd commands, and Docker network name references in quickstart.mdx, self-hosting.mdx, and architecture.mdx. Note: molecule-core-net Docker network name updated from molecule-monorepo-net — verify docker-compose.infra.yml network name matches before merging. Co-Authored-By: Claude Sonnet 4.6 --- content/docs/architecture.mdx | 2 +- content/docs/quickstart.mdx | 8 ++++---- content/docs/self-hosting.mdx | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/content/docs/architecture.mdx b/content/docs/architecture.mdx index 16b05c9..831036a 100644 --- a/content/docs/architecture.mdx +++ b/content/docs/architecture.mdx @@ -144,7 +144,7 @@ A terminal UI dashboard for real-time workspace monitoring, event log streaming, ## Infrastructure Services -All services run via `docker-compose.infra.yml`, attached to the shared `molecule-monorepo-net` network. Start them with: +All services run via `docker-compose.infra.yml`, attached to the shared `molecule-core-net` network. Start them with: ```bash ./infra/scripts/setup.sh # Start Postgres, Redis, Langfuse, Temporal; run migrations diff --git a/content/docs/quickstart.mdx b/content/docs/quickstart.mdx index 7dff4f4..c38b7ad 100644 --- a/content/docs/quickstart.mdx +++ b/content/docs/quickstart.mdx @@ -19,8 +19,8 @@ using the bundled `molecule-dev` template. ## Option A: One-command start (recommended) ```bash -git clone https://github.com/Molecule-AI/molecule-monorepo.git -cd molecule-monorepo +git clone https://github.com/Molecule-AI/molecule-core.git +cd molecule-core ./scripts/dev-start.sh ``` @@ -30,8 +30,8 @@ Canvas (Next.js on `:3000`). Press `Ctrl-C` to stop all services. ## Option B: Docker Compose ```bash -git clone https://github.com/Molecule-AI/molecule-monorepo.git -cd molecule-monorepo +git clone https://github.com/Molecule-AI/molecule-core.git +cd molecule-core docker compose up -d ``` diff --git a/content/docs/self-hosting.mdx b/content/docs/self-hosting.mdx index b3a5eec..daf9d76 100644 --- a/content/docs/self-hosting.mdx +++ b/content/docs/self-hosting.mdx @@ -17,8 +17,8 @@ description: Run the full Molecule AI stack on your own infrastructure. The fastest way to get Molecule AI running locally: ```bash -git clone https://github.com/Molecule-AI/molecule-monorepo.git -cd molecule-monorepo +git clone https://github.com/Molecule-AI/molecule-core.git +cd molecule-core ./scripts/dev-start.sh # Canvas: http://localhost:3000 # Platform: http://localhost:8080 @@ -28,7 +28,7 @@ This script starts all infrastructure services, builds the platform, and launche ## Infrastructure Setup -Molecule AI depends on four infrastructure services, all managed via `docker-compose.infra.yml` and attached to the shared `molecule-monorepo-net` Docker network: +Molecule AI depends on four infrastructure services, all managed via `docker-compose.infra.yml` and attached to the shared `molecule-core-net` Docker network: | Service | Port | Purpose | |---------|------|---------|