From dced50d8876cb7dbe60c09dfc8dbeeb89bb11d48 Mon Sep 17 00:00:00 2001 From: RodZ <128448506+rodzved@users.noreply.github.com> Date: Tue, 7 Apr 2026 20:18:20 +0800 Subject: [PATCH] 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. --- docs/CONFIGURATION.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/CONFIGURATION.md b/docs/CONFIGURATION.md index d8afb080..b965e131 100644 --- a/docs/CONFIGURATION.md +++ b/docs/CONFIGURATION.md @@ -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.