commit 83b6ddc8ff7ad888cc77b96fdc1a87c33c2a2dc3 Author: Zhongwei Li Date: Sat Nov 29 18:01:11 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..670d414 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -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" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..f74f3d4 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# claude-settings + +Plugin for managing Claude settings files across user, project, and local scopes with merge capabilities diff --git a/commands/analyze.md b/commands/analyze.md new file mode 100644 index 0000000..3f45a8a --- /dev/null +++ b/commands/analyze.md @@ -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 +``` diff --git a/commands/merge.md b/commands/merge.md new file mode 100644 index 0000000..d4e1a55 --- /dev/null +++ b/commands/merge.md @@ -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 +``` diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..1119d9e --- /dev/null +++ b/plugin.lock.json @@ -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": [] + } +} \ No newline at end of file