From 5f2a867e70abfa71dec5bf7fdf6fd231666185d9 Mon Sep 17 00:00:00 2001 From: Jan Novak Date: Tue, 4 Aug 2026 23:18:37 +0200 Subject: [PATCH] chore: add Claude Code project settings --- .claude/settings.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .claude/settings.json diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 0000000..baba23b --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,25 @@ +{ + "permissions": { + "allow": [ + "Bash(sed -i '' 's/datacenter-nat-875907322/xfusion-nat-285654546/; s/datacenter/xfusion/g' aws-45.md && grep -n \"xfusion\\\\|datacenter\" aws-45.md)", + "Bash(kubectl get *)", + "Bash(kubectl -n kube-system get pods -o wide)", + "Bash(helm version *)", + "Bash(helm list *)", + "Bash(cilium status *)", + "Bash(cilium version *)", + "Bash(helm repo *)", + "Bash(helm get *)", + "Bash(kubectl apply *)", + "Bash(helm upgrade *)", + "WebSearch", + "WebFetch(domain:github.com)", + "WebFetch(domain:docs.cilium.io)", + "WebFetch(domain:raw.githubusercontent.com)", + "WebFetch(domain:api.github.com)" + ], + "additionalDirectories": [ + "/Users/jan.novak/srv/learning/kodekloud-engineer" + ] + } +}