commit 5f2a867e70abfa71dec5bf7fdf6fd231666185d9 Author: Jan Novak Date: Tue Aug 4 23:18:37 2026 +0200 chore: add Claude Code project settings 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" + ] + } +}