aboutsummaryrefslogtreecommitdiff
path: root/.claude/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.claude/settings.json')
-rw-r--r--.claude/settings.json43
1 files changed, 43 insertions, 0 deletions
diff --git a/.claude/settings.json b/.claude/settings.json
new file mode 100644
index 0000000..18855e7
--- /dev/null
+++ b/.claude/settings.json
@@ -0,0 +1,43 @@
+{
+ "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
+}