Files
claude-projects/wittgenstein/.claude/settings.json
T
marcusH 67b83ba2be Arbeitsraum = zwei Repos klargestellt; git -C in Allowlist
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-14 17:59:42 +02:00

17 lines
400 B
JSON

{
"permissions": {
"allow": [
"Edit(/Users/marcush/projects/wittgenstein/**)",
"Edit(/Users/marcush/claude-projects/**)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(git pull:*)",
"Bash(git status:*)",
"Bash(git diff:*)",
"Bash(git -C:*)"
]
},
"autoMemoryDirectory": "~/claude-projects/wittgenstein/memory"
}