e702c0100541f88a48bb386b743910b66ba0295c
ConfigLoader.cpp had grown to 877 lines by mixing generic TOML-parsing helpers (used by every per-file loader) with per-domain parsing logic. Splitting the file per config domain first requires pulling out the helpers shared by two or more domains, so each domain .cpp can include them without duplication. Pure move: no logic, message, or ordering changes. Co-Authored-By: Claude <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01YHcUerKAZKWNvSKJxYKbnG
Description
No description provided
Languages
C++
96%
CMake
2.2%
Python
1.2%
C
0.6%