aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/common/.claude/settings.json
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/common/.claude/settings.json')
-rw-r--r--dotfiles/common/.claude/settings.json43
1 files changed, 0 insertions, 43 deletions
diff --git a/dotfiles/common/.claude/settings.json b/dotfiles/common/.claude/settings.json
deleted file mode 100644
index 18855e7..0000000
--- a/dotfiles/common/.claude/settings.json
+++ /dev/null
@@ -1,43 +0,0 @@
-{
- "attribution": {
- "commit": "",
- "pr": ""
- },
- "permissions": {
- "defaultMode": "bypassPermissions"
- },
- "hooks": {
- "PreCompact": [
- {
- "hooks": [
- {
- "type": "command",
- "command": "~/.claude/hooks/precompact-priorities.sh"
- }
- ]
- }
- ],
- "PreToolUse": [
- {
- "matcher": "Bash",
- "hooks": [
- {
- "type": "command",
- "command": "~/.claude/hooks/destructive-bash-confirm.py"
- }
- ]
- }
- ]
- },
- "enabledPlugins": {
- "pyright-lsp@claude-plugins-official": true,
- "typescript-lsp@claude-plugins-official": true,
- "gopls-lsp@claude-plugins-official": true
- },
- "effortLevel": "high",
- "promptSuggestionEnabled": false,
- "skipDangerousModePermissionPrompt": true,
- "editorMode": "emacs",
- "prefersReducedMotion": true,
- "agentPushNotifEnabled": true
-}