buildProfileScaffold
buildProfileScaffold(
seed):RawGthConfig
Defined in: core/dist/config/profiles.d.ts:46
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.