Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .claude/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": []
},
Expand Down
14 changes: 11 additions & 3 deletions exact_dot_claude/modify_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down Expand Up @@ -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",
Expand Down
Loading