mirror of
https://github.com/glittercowboy/get-shit-done
synced 2026-04-25 17:25:23 +02:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user