Initial commit
This commit is contained in:
7
commands/analyze.md
Normal file
7
commands/analyze.md
Normal file
@@ -0,0 +1,7 @@
|
||||
Check all Claude settings files and show their contents with active settings highlighted.
|
||||
|
||||
Run the settings analysis script:
|
||||
|
||||
```bash
|
||||
bash ~/.claude/plugins/marketplaces/cc-plugins/claude-settings/scripts/check-settings.sh
|
||||
```
|
||||
9
commands/merge.md
Normal file
9
commands/merge.md
Normal file
@@ -0,0 +1,9 @@
|
||||
Merge settings from overridden files into the active settings file.
|
||||
|
||||
This command helps you preserve settings from user or project files that are being overridden by higher-precedence files.
|
||||
|
||||
Run the settings merge script:
|
||||
|
||||
```bash
|
||||
bash ~/.claude/plugins/claude-settings/scripts/merge-settings.sh
|
||||
```
|
||||
Reference in New Issue
Block a user