Claude: Add project settings.json with shared team defaults

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2026-04-17 11:51:48 +02:00
parent 85ca9dfb19
commit 55edaeae57
2 changed files with 14 additions and 1 deletions

3
.claude/.gitignore vendored
View file

@ -2,4 +2,5 @@
!.gitignore
!CLAUDE.md
!rules
!rules/*.md
!rules/*.md
!settings.json

12
.claude/settings.json Normal file
View file

@ -0,0 +1,12 @@
{
"permissions": {
"additionalDirectories": ["/go", "/tmp", "/home"],
"allow": [
"Bash(make:*)",
"Bash(go:*)",
"Bash(npx --yes markdown-table-formatter:*)",
"WebSearch"
]
},
"awaySummaryEnabled": false
}