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: