diff --git a/.claude/.gitignore b/.claude/.gitignore index e0439d77c..2781b6dd0 100644 --- a/.claude/.gitignore +++ b/.claude/.gitignore @@ -2,4 +2,5 @@ !.gitignore !CLAUDE.md !rules -!rules/*.md \ No newline at end of file +!rules/*.md +!settings.json \ No newline at end of file diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 000000000..469429186 --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,12 @@ +{ + "permissions": { + "additionalDirectories": ["/go", "/tmp", "/home"], + "allow": [ + "Bash(make:*)", + "Bash(go:*)", + "Bash(npx --yes markdown-table-formatter:*)", + "WebSearch" + ] + }, + "awaySummaryEnabled": false +}