CONFLICTING_CONFIG_SOURCES_MESSAGE
constCONFLICTING_CONFIG_SOURCES_MESSAGE:string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/config/loader.ts:897
CFG-56 / CFG-57 — the one statement of why global and customConfigPath cannot travel
together: both choose WHERE configuration comes from, so honouring either makes the other a
silent no-op. Exported because the CLI refuses the pair at flag-parse time (before anything is
read) and the loader refuses it wherever config is BUILT; two spellings of one rule is how the
two guards drift apart.