generateConfigJsonSchema
generateConfigJsonSchema():
Record<string,unknown>
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/config/schema.ts:1537
Generate the JSON Schema for the raw config from rawGthConfigSchema using
zod 4’s native z.toJSONSchema. The output is committed to
packages/core/schema/gsloth-config.schema.json and asserted by a golden test.
Returns
Section titled “Returns”Record<string, unknown>