ScopedPromptsEntry
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/dist/config/types.d.ts:58
CFG-70 — one entry of PromptsConfig’s paths list: extra prompt content that applies
only when the diff under review touches particular paths.
Each segment here is a plain string path — deliberately NOT a
PromptSegmentSetting, which would admit mode and enabled.
A scoped entry always appends to the root segment; it can neither replace nor disable it.
The root segment’s own default is replace, so accepting the same mode key in a nested
position with the opposite default is the worse of the two options available: one module’s entry
could silently drop the whole repository’s guidelines, and nothing in the run would say so.
Rather than ignore the key, the schema rejects mode and enabled inside an entry — a
runtime that accepts a key it will never honour is GS2-81’s exact defect.
Properties
Section titled “Properties”backstory?
Section titled “backstory?”
optionalbackstory?:string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/dist/config/types.d.ts:67
optionalchat?:string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/dist/config/types.d.ts:70
optionalcode?:string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/dist/config/types.d.ts:71
optionalexec?:string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/dist/config/types.d.ts:72
guidelines?
Section titled “guidelines?”
optionalguidelines?:string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/dist/config/types.d.ts:68
match:
string[]
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/dist/config/types.d.ts:66
Required, non-empty list of globs matched against the paths in the diff. A leading ! negates:
a path a ! pattern matches cannot pull the entry in on its own, though another path under the
same entry still can.
name:
string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/dist/config/types.d.ts:60
Required, non-empty. Identifies the entry in the composed heading and in the run’s report.
review?
Section titled “review?”
optionalreview?:string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/dist/config/types.d.ts:73
system?
Section titled “system?”
optionalsystem?:string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/dist/config/types.d.ts:69