nix/.claude/settings.json
Yan Lin 65a230f0d7 Fix Claude Code settings syntax for git permissions
Update the git permission pattern from "git *" to "git:*" to match the correct syntax format for Claude Code permissions.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-28 20:44:35 +02:00

8 lines
84 B
JSON

{
"permissions": {
"allow": [
"Bash(git:*)"
],
"deny": []
}
}