"""The `godot` domain — does the client parse, and does it parse cold. Two checks with a deliberate division of labour that the names do not convey, so it is restated here: `cold-parse` only ever sees scripts on the STARTUP path (autoloads plus the main scene chain), which is correct for the registration ORDER bug it was built for and far narrower than its name implies. `parse-sweep` opens every .gd in the project. Verified 2026-07-27 by breaking a non-startup UI script and a test file in turn: cold-parse reported clean, exit 0, for both. """