diff --git a/.claude/settings.json b/.claude/settings.json index 7248b82..e8052f2 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -18,7 +18,13 @@ "Bash(git fetch)", "Bash(kubectl get *)", "Bash(chezmoi diff *)", - "Bash(chezmoi diff)" + "Bash(chezmoi diff)", + "CronCreate", + "CronDelete", + "CronList", + "PushNotification", + "RemoteTrigger", + "ScheduleWakeup" ], "additionalDirectories": [] }, diff --git a/exact_dot_claude/modify_settings.json b/exact_dot_claude/modify_settings.json index e8b92f5..c920418 100755 --- a/exact_dot_claude/modify_settings.json +++ b/exact_dot_claude/modify_settings.json @@ -124,6 +124,12 @@ read -r -d '' overlay <<'OVERLAY' || true "Bash(terraform fmt *)", "Bash(tflint)", "Bash(wc *)", + "CronCreate", + "CronDelete", + "CronList", + "PushNotification", + "RemoteTrigger", + "ScheduleWakeup", "WebFetch(domain:api.github.com)", "WebFetch(domain:argo-cd.readthedocs.io)", "WebFetch(domain:argocd-image-updater.readthedocs.io)", @@ -171,10 +177,12 @@ read -r -d '' overlay <<'OVERLAY' || true "Bash(git add .)", "Bash(git push --force *)", "Bash(git push -f *)", - "Bash(kubectl config use-context *)", - "Edit(**/CHANGELOG.md)" + "Bash(kubectl config use-context *)" + ], + "ask": [ + "Edit(**/CHANGELOG.md)", + "Write(**/CHANGELOG.md)" ], - "ask": [], "defaultMode": "auto", "additionalDirectories": [ "~/Documents/LakuVault",