From c68d6fa33aac260c816105466192dd5bde56e714 Mon Sep 17 00:00:00 2001 From: basielienis Date: Sun, 6 Sep 2026 07:50:19 +0300 Subject: [PATCH] =?UTF-8?q?docs:=20drop=20the=20setup-CLI=20promise=20from?= =?UTF-8?q?=20README=20=E2=80=94=20no=20CLI=20is=20planned?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The 'a setup CLI ... is coming' line described a concept from the internal auth design doc, not a planned deliverable. Neutral wording: ids are UUIDs; tools work on the personal account without this file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bac6199..8b10e28 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Your UE5 project can have a `.spaghetti` file at its root: } ``` -Team and project ids are UUIDs; a setup CLI that fetches them and writes this file automatically is coming. Until then, all tools also work on your personal account without this file. The file is safe to commit to Git/Perforce (no secrets). +Team and project ids are UUIDs. All tools also work on your personal account without this file. The file is safe to commit to Git/Perforce (no secrets). ## Structure