From 7c0a1477762c42cfdbefc024d419121f6e889718 Mon Sep 17 00:00:00 2001 From: cm-dyoshikawa Date: Wed, 22 Oct 2025 01:07:19 -0700 Subject: [PATCH] =?UTF-8?q?Claude=20Code=E8=A8=AD=E5=AE=9A=E3=81=ABgit?= =?UTF-8?q?=E3=82=B3=E3=83=9E=E3=83=B3=E3=83=89=E3=81=AE=E9=99=A4=E5=A4=96?= =?UTF-8?q?=E8=A8=AD=E5=AE=9A=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit sandboxのexcludedCommandsにgitを追加しました。 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .claude/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.claude/settings.json b/.claude/settings.json index dc552d02..e566b1c6 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -5,6 +5,7 @@ }, "sandbox": { "enabled": true, + "excludedCommands": ["git"], "autoAllowBashIfSandboxed": false, "network": { "allowLocalBinding": true