From 608b466c47114669b0d04ae9cd4a16095e4a406e Mon Sep 17 00:00:00 2001 From: Jarvis Date: Sun, 5 Apr 2026 19:18:10 -0500 Subject: [PATCH] docs: update README for mosaicstack/stack repo rename Co-Authored-By: Claude Sonnet 4.6 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f4a4129..0d7a793 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Mosaic gives you a unified launcher for Claude Code, Codex, OpenCode, and Pi — ## Quick Install ```bash -bash <(curl -fsSL https://git.mosaicstack.dev/mosaicstack/mosaic-stack/raw/branch/main/tools/install.sh) +bash <(curl -fsSL https://git.mosaicstack.dev/mosaicstack/stack/raw/branch/main/tools/install.sh) ``` The installer auto-launches the setup wizard, which walks you through gateway install and verification. Flags for non-interactive use: @@ -179,8 +179,8 @@ Consent state is persisted in config. Remote upload is a no-op until you run `mo ### Setup ```bash -git clone git@git.mosaicstack.dev:mosaicstack/mosaic-stack.git -cd mosaic-stack +git clone git@git.mosaicstack.dev:mosaicstack/stack.git +cd stack # Start infrastructure (Postgres, Valkey, Jaeger) docker compose up -d @@ -229,7 +229,7 @@ npm packages are published to the Gitea package registry on main merges. ## Architecture ``` -mosaic-stack/ +stack/ ├── apps/ │ ├── gateway/ NestJS API + WebSocket hub (Fastify, Socket.IO, OTEL) │ └── web/ Next.js dashboard (React 19, Tailwind) @@ -302,7 +302,7 @@ Each stage has a dispatch mode (`exec` for research/review, `yolo` for coding), Run the installer again — it handles upgrades automatically: ```bash -bash <(curl -fsSL https://git.mosaicstack.dev/mosaicstack/mosaic-stack/raw/branch/main/tools/install.sh) +bash <(curl -fsSL https://git.mosaicstack.dev/mosaicstack/stack/raw/branch/main/tools/install.sh) ``` Or use the CLI: