Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:01:11 +08:00
commit 83b6ddc8ff
5 changed files with 80 additions and 0 deletions

View 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"
]
}