From 4570e3e4d279e620249ee5abaed56617e6ba191c Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 20 Feb 2026 23:17:35 +0900 Subject: claude: add allowed tools --- .config/claude/settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.config/claude') diff --git a/.config/claude/settings.json b/.config/claude/settings.json index 7e5a24c..1a6b8eb 100644 --- a/.config/claude/settings.json +++ b/.config/claude/settings.json @@ -3,6 +3,8 @@ "allow": [ "Bash(fd:*)", "Bash(find:*)", + "Bash(gh issue list:*)", + "Bash(gh issue view:*)", "Bash(git diff:*)", "Bash(git fetch:*)", "Bash(git log:*)", @@ -12,7 +14,8 @@ "Bash(mkdir:*)", "Bash(rg:*)", "Bash(touch:*)", - "Bash(tree:*)" + "Bash(tree:*)", + "Bash(wc:*)" ], "deny": [ "Bash(git push:*)", -- cgit v1.3-1-g0d28