docs: remove duplicate keys in CONFIGURATION.md (#1895)

The Full Schema JSON block had `context_profile` listed twice, and the
"Hook Settings" section was duplicated later in the document.
This commit is contained in:
RodZ
2026-04-07 20:18:20 +08:00
committed by GitHub
parent 820543ee9f
commit dced50d887

View File

@@ -77,7 +77,6 @@ GSD stores project settings in `.planning/config.json`. Created during `/gsd-new
"security_block_on": "high",
"agent_skills": {},
"response_language": null,
"context_profile": null,
"features": {
"thinking_partner": false,
"global_learnings": false
@@ -361,14 +360,6 @@ Settings for the security enforcement feature (v1.31). All follow the **absent =
---
## Hook Settings
| Setting | Type | Default | Description |
|---------|------|---------|-------------|
| `hooks.context_warnings` | boolean | `true` | Show context window usage warnings during sessions |
---
## Manager Passthrough Flags
Configure per-step flags that `/gsd-manager` appends to each dispatched command. This allows customizing how the manager runs discuss, plan, and execute steps without manual flag entry.