You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: claude/README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ When you run `./claudeconfig.sh`:
97
97
2.**Active role** (`roles/$ROLE.jsonc`): settings deep-merged on top of base. Permissions and sandbox arrays concatenated (not deep-merged, which would replace arrays)
98
98
3.**Stacks** (`stacks/*.jsonc`, sorted alphabetically): permissions and sandbox arrays concatenated
99
99
4.**Deduplication**: all arrays sorted and deduplicated
100
-
5.**Local keys**: `model`, `enabledPlugins`, `extraKnownMarketplaces` preserved from existing `~/.claude/settings.json`
100
+
5.**Local keys**: `enabledPlugins`, `extraKnownMarketplaces` preserved from existing `~/.claude/settings.json`
101
101
6.**Validation and write**
102
102
103
103
## Common Tasks
@@ -211,14 +211,13 @@ When you notice you're repeatedly approving the same permission across projects:
211
211
212
212
These keys in `~/.claude/settings.json` are preserved across regenerations:
213
213
214
-
-`model`: machine-specific model preference
215
214
-`enabledPlugins`: plugin activation state (tracked in gt-1bil)
216
215
-`extraKnownMarketplaces`: managed by `configure_marketplaces()` in claudeconfig.sh
217
216
218
217
## Files NOT to Edit
219
218
220
219
-`~/.claude/settings.json`: generated by `claudeconfig.sh`, will be overwritten
221
-
- Exception: `model`, `enabledPlugins`, and `extraKnownMarketplaces` are preserved
220
+
- Exception: `enabledPlugins` and `extraKnownMarketplaces` are preserved
0 commit comments