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.