Skip to content

RawConfigValidationResult

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/config/schema.ts:1798

optional errorMessage?: string

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/config/schema.ts:1804

Present only when ok is false: the path-scoped, multi-line validation message.


ok: boolean

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/config/schema.ts:1800

True when the config parses against the schema (unknown keys do NOT make it false).


warnings: string[]

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/config/schema.ts:1802

Non-fatal advisories: unknown top-level keys (likely typos). Deprecated shapes are hard errors, not warnings.