ConfigDiscoveryDetails
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/config/configDiscovery.ts:38
What a config load knows about the configuration it could not use.
Properties
Section titled “Properties”identityProfile?
Section titled “identityProfile?”
optionalidentityProfile?:string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/config/configDiscovery.ts:43
The explicitly-requested identity profile that did not resolve, when that is the failure. Undefined for a malformed-config failure, which is about a file rather than a profile name.
sourceLabel?
Section titled “sourceLabel?”
optionalsourceLabel?:string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/config/configDiscovery.ts:48
Human-readable source of the offending config layer (e.g. .gsloth.config.json,
.gsloth.config.json (global), <name> (extends base)), when a layer was read and rejected.