feat(vibe): reconcile mutable session previews in playback

This commit is contained in:
kami
2026-08-01 23:47:02 +04:00
parent 51ef7c84db
commit 57df1cfe9f
20 changed files with 1311 additions and 312 deletions
+5
View File
@@ -39,6 +39,11 @@ A high-performance, distributed music orchestration and recommendation platform.
- Docker & Docker Compose
### Running Locally
Set `MUZICK_VIBE_USER_ID` in `.env` to the UUID of the local Muzick user before
using Vibe. Durable Vibe session routes intentionally reject client-supplied
identities, so this is the trusted single-user binding for a self-hosted stack.
```bash
docker-compose up -d
```