buildProfileScaffold
buildProfileScaffold(
seed):RawGthConfig
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/config/profiles.ts:87
Build a complete, standalone raw profile config: { llm: { type, model } }. The provider type
comes from the current config’s provider when known, else the template default; the model comes
from --model, else the current config’s model, else the template default. Shape-only — the
caller validates it against the schema before writing.