resolveProfileConfigPath
resolveProfileConfigPath(
name):string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/config/profiles.ts:60
The on-disk path a named profile’s config is written to / discovered at:
<projectDir>/.gsloth/.gsloth-settings/<name>/.gsloth.config.json. Resolved against
getProjectDir so it matches the loader’s read-side resolution.
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”string