pub fn load_effective_config(cwd: &Path) -> Result<Config>Expand description
Load configuration with the repo-local .cwconfig.json (if any) deep-merged
over the global config. Layer order (lowest to highest precedence):
Config::default()- Global
~/.config/git-worktree-manager/config.json(or legacy path) - Repo-local
.cwconfig.jsonwalked up fromcwd
Returns Config::default() if no config files are found.