From 5a9f39ea48a965a6c916d87714e4fae572ae84d7 Mon Sep 17 00:00:00 2001 From: Phillip Tarrant Date: Wed, 15 Jul 2026 04:20:23 -0500 Subject: [PATCH] =?UTF-8?q?feat(m4c):=20GameFlow=20is=20the=20main=20scene?= =?UTF-8?q?=20=E2=80=94=20title->creation->shell=20is=20the=20boot=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flips run/main_scene from TitleScreen to the GameFlow coordinator, so the shipped boot path runs the real Title -> Creation -> Shell flow. Full suite 327/327 green headless; the human F5 smoke (ADR 0001 visual gate) is the remaining acceptance step. Co-Authored-By: Claude Opus 4.8 (1M context) --- client/project.godot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/project.godot b/client/project.godot index 29567d0..e8846c6 100644 --- a/client/project.godot +++ b/client/project.godot @@ -13,7 +13,7 @@ config_version=5 config/name="coc-rpg" config/description="AI-driven single-player party RPG. Code owns state. AI owns text." config/version="0.01-alpha" -run/main_scene="res://scenes/title/TitleScreen.tscn" +run/main_scene="res://scenes/flow/GameFlow.tscn" config/features=PackedStringArray("4.7") [display]