From 3108f2d98ade3e23fa8b7c6dac81264239ab111d Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Wed, 1 Apr 2026 09:54:01 +0000 Subject: [PATCH] refactor(settings): disable project plugins and scope file permissions Disable commit-commands, skill-creator, and superpowers plugins. Narrow Edit/Read/Write permissions from wildcard to content directory. --- .claude/settings.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.claude/settings.json b/.claude/settings.json index 1a2326a..6100f9d 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -1,8 +1,8 @@ { "enabledPlugins": { - "commit-commands@claude-plugins-official": true, - "skill-creator@claude-plugins-official": true, - "superpowers@claude-plugins-official": true + "commit-commands@claude-plugins-official": false, + "skill-creator@claude-plugins-official": false, + "superpowers@claude-plugins-official": false }, "permissions": { "allow": [ @@ -26,13 +26,13 @@ "Bash(python *)", "Bash(python3 *)", "Bash(sed *)", - "Edit(*)", - "Read(*)", + "Edit(content)", + "Read(content)", "Skill(commit-commands:commit)", "Skill(update-config)", "WebFetch(*)", "WebSearch(*)", - "Write(*)", + "Write(content)", "mcp__acp__Bash", "mcp__acp__Edit", "mcp__acp__Write",