Skip to content

PromptsConfig

PromptsConfig = Partial<Record<PromptSegmentName, PromptSegmentSetting>>

Defined in: core/dist/config/types.d.ts:50

GS2-43 — the unified prompts config object. Replaces the removed flat projectGuidelines / projectReviewInstructions keys and makes all seven prompt segments retargetable through config. Sibling keys are trivially addable (GS2-44 will add agents for AGENTS.md auto-discovery), so keep segment names and future siblings in this one flat namespace.