PromptSegmentConfig
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/config/types.ts:26
GS2-43 — configuration for one prompt segment.
Properties
Section titled “Properties”enabled?
Section titled “enabled?”
optionalenabled?:boolean
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/config/types.ts:35
false drops the segment entirely — even its bundled default. Default true.
optionalmode?:"replace"|"append"
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/config/types.ts:40
'replace' (default): the path file replaces the built-in segment content.
'append': the file content is appended after the built-in content.
optionalpath?:string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/config/types.ts:31
File to read for this segment. Resolved like every prompt file: the config dir
(.gsloth/.gsloth-settings[/<profile>]/) first, then relative to the project root.