chore: update Claude settings with git permissions
- Add permissions for git operations and file access - Enable test file opening capabilities - Configure proper file access patterns 🚂 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
7f6170fa6f
commit
cdd6f30bf9
|
|
@ -70,7 +70,8 @@
|
||||||
"Bash(find:*)",
|
"Bash(find:*)",
|
||||||
"Bash(open test_lightning_sprint.html)",
|
"Bash(open test_lightning_sprint.html)",
|
||||||
"Bash(open debug_tunnel_digging.html)",
|
"Bash(open debug_tunnel_digging.html)",
|
||||||
"Bash(git stash:*)"
|
"Bash(git stash:*)",
|
||||||
|
"Bash(git checkout:*)"
|
||||||
],
|
],
|
||||||
"deny": [],
|
"deny": [],
|
||||||
"ask": []
|
"ask": []
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue