chore: 添加 git merge 权限到 Claude 配置
详细说明: - 更新 .claude/settings.local.json - 添加 Bash(git merge:*) 到允许列表 - 影响模块: Claude Code 配置
This commit is contained in:
@@ -31,7 +31,9 @@
|
|||||||
"mcp__ide__getDiagnostics",
|
"mcp__ide__getDiagnostics",
|
||||||
"Bash(npm install:*)",
|
"Bash(npm install:*)",
|
||||||
"mcp__serena__read_memory",
|
"mcp__serena__read_memory",
|
||||||
"Bash(git add:*)"
|
"Bash(git add:*)",
|
||||||
|
"Bash(git merge:*)",
|
||||||
|
"Bash(git commit:*)"
|
||||||
],
|
],
|
||||||
"deny": [],
|
"deny": [],
|
||||||
"ask": [],
|
"ask": [],
|
||||||
@@ -51,4 +53,4 @@
|
|||||||
"feishu-api",
|
"feishu-api",
|
||||||
"shadcn-ui-server"
|
"shadcn-ui-server"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user