RawConfigValidationOptions
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/config/schema.ts:1547
The structured outcome of validating a single raw config layer, WITHOUT any side
effects (no console output, no exit). This is the read-side counterpart to the
loader’s validateRawConfigLayer (which warns + exits inline): gth config validate
uses it to render its own output and choose its own exit code.
Properties
Section titled “Properties”resolveProfile?
Section titled “resolveProfile?”
optionalresolveProfile?: (profile) =>boolean
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/config/schema.ts:1553
CFG-26 — resolves an identity profile NAME to “does it exist?”. Supplied by the loader
(resolveIdentityProfileConfigPath); omitted by pure/in-memory callers, which then skip the
approvals.rater.profile existence check.
Parameters
Section titled “Parameters”profile
Section titled “profile”string
Returns
Section titled “Returns”boolean