Initial commit
This commit is contained in:
12
.claude-plugin/plugin.json
Normal file
12
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "claude-settings",
|
||||
"description": "Plugin for managing Claude settings files across user, project, and local scopes with merge capabilities",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Björn Allvin"
|
||||
},
|
||||
"commands": [
|
||||
"./commands/analyze.md",
|
||||
"./commands/merge.md"
|
||||
]
|
||||
}
|
||||
3
README.md
Normal file
3
README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# claude-settings
|
||||
|
||||
Plugin for managing Claude settings files across user, project, and local scopes with merge capabilities
|
||||
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
|
||||
```
|
||||
49
plugin.lock.json
Normal file
49
plugin.lock.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"$schema": "internal://schemas/plugin.lock.v1.json",
|
||||
"pluginId": "gh:bjornallvin/cc-plugins:claude-settings",
|
||||
"normalized": {
|
||||
"repo": null,
|
||||
"ref": "refs/tags/v20251128.0",
|
||||
"commit": "922cb1d0d50d2c61d83dcbeb0839f352ccbd4d02",
|
||||
"treeHash": "a96cd3fc69ff4a365756969911e0959106b6d35f4a9a2c26186263ce4adcdaab",
|
||||
"generatedAt": "2025-11-28T10:14:16.033796Z",
|
||||
"toolVersion": "publish_plugins.py@0.2.0"
|
||||
},
|
||||
"origin": {
|
||||
"remote": "git@github.com:zhongweili/42plugin-data.git",
|
||||
"branch": "master",
|
||||
"commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390",
|
||||
"repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data"
|
||||
},
|
||||
"manifest": {
|
||||
"name": "claude-settings",
|
||||
"description": "Plugin for managing Claude settings files across user, project, and local scopes with merge capabilities",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
"content": {
|
||||
"files": [
|
||||
{
|
||||
"path": "README.md",
|
||||
"sha256": "cdf38a4a09674eb10df2ee43a15bd48bc6bf3fe0689787bdcf52cdf3a9dd96a4"
|
||||
},
|
||||
{
|
||||
"path": ".claude-plugin/plugin.json",
|
||||
"sha256": "4f6b8cbe50832662cb2ed8c0b468c384774539eaa3135989fb415fe71c8cf776"
|
||||
},
|
||||
{
|
||||
"path": "commands/analyze.md",
|
||||
"sha256": "2f67d67b481e70217b8cdc133e74db88ee9bb41515b2c578df224e0967dc7282"
|
||||
},
|
||||
{
|
||||
"path": "commands/merge.md",
|
||||
"sha256": "c5f67a549fbc031f9fdeb93abab8450f3b4cf2d268293630ff0646c878321ec5"
|
||||
}
|
||||
],
|
||||
"dirSha256": "a96cd3fc69ff4a365756969911e0959106b6d35f4a9a2c26186263ce4adcdaab"
|
||||
},
|
||||
"security": {
|
||||
"scannedAt": null,
|
||||
"scannerVersion": null,
|
||||
"flags": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user