diff --git a/claude-settings.json b/claude-settings.json index 5c178c70..a77e06b3 100644 --- a/claude-settings.json +++ b/claude-settings.json @@ -1,22 +1,10 @@ { - "hooks": { - "PostToolUse": [ - { - "matcher": "Write", - "hooks": [ - { - "type": "command", - "command": "bash C:/Users/maita/posimai-project/scripts/memory-push.sh" - } - ] - } - ] - }, "permissions": { - "defaultMode": "acceptEdits", "allow": [ "Bash(*)", "Read", + "Write", + "Edit", "Glob", "Grep", "WebSearch", @@ -65,6 +53,7 @@ "Bash(git clean *)", "Bash(sudo *)" ], + "defaultMode": "acceptEdits", "additionalDirectories": [ "c:\\Users\\maita\\posimai-project\\_template", "c:\\Users\\maita\\posimai-project\\posimai-analytics\\src\\app\\(galaxy)", @@ -72,5 +61,26 @@ "c:\\Users\\maita\\posimai-project", "/tmp" ] + }, + "hooks": { + "PostToolUse": [ + { + "matcher": "Write", + "hooks": [ + { + "type": "command", + "command": "bash C:/Users/maita/posimai-project/scripts/memory-push.sh" + } + ] + } + ] + }, + "extraKnownMarketplaces": { + "claude-plugins-official": { + "source": { + "source": "github", + "repo": "anthropics/claude-plugins-official" + } + } } }