mirror of
https://github.com/tiennm99/miti99.git
synced 2026-09-03 20:22:29 +00:00
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.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user