From b134f3f8d4b124fa1bac6c96f989c4ceb36f0b08 Mon Sep 17 00:00:00 2001 From: JohnDoe6345789 Date: Mon, 29 Dec 2025 22:17:30 +0000 Subject: [PATCH] feat: add permission for git restore command in settings --- .claude/settings.local.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index badbc4872..97c154329 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -26,7 +26,8 @@ "Bash(npm audit:*)", "Bash(bun run lint)", "Bash(git checkout:*)", - "Bash(bun audit:*)" + "Bash(bun audit:*)", + "Bash(git restore:*)" ] } }