chore: update auto-approve permissions for bash commands

Add auto-approve for additional bash commands:
- Git operations (rev-parse)
- File operations (head, tail, jq)
- Pnpm package management
- Web fetch for hub.docker.com

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Thomas Hallock 2025-11-01 14:47:14 -05:00
parent 1d525c7b53
commit 61f899ce99
1 changed files with 19 additions and 2 deletions

View File

@ -125,11 +125,28 @@
"Bash(/dev/null)",
"Bash(then echo \"✓ $file\")",
"Bash(git rev-parse:*)",
"Bash(node scripts/parseBoardCSV.js:*)"
"Bash(node scripts/parseBoardCSV.js:*)",
"Bash(do echo \"=== HEAD~$i ===\")",
"Read(//private/tmp/**)",
"Bash(do echo \"=== $commit ===\")",
"Bash(do echo \"=== stash@{$i} ===\")",
"Bash(head:*)",
"Bash(tail:*)",
"Bash(jq:*)",
"Bash(src/arcade-games/rithmomachia/components/guide-sections/OverviewSection.tsx )",
"Bash(src/arcade-games/rithmomachia/components/guide-sections/PiecesSection.tsx )",
"Bash(src/arcade-games/rithmomachia/components/guide-sections/CaptureSection.tsx )",
"Bash(src/arcade-games/rithmomachia/components/guide-sections/HarmonySection.tsx )",
"Bash(src/arcade-games/rithmomachia/components/guide-sections/VictorySection.tsx)",
"Bash(pnpm remove:*)",
"Bash(__NEW_LINE__ sed -n '68,73p' CaptureSection.tsx.bak)",
"WebFetch(domain:hub.docker.com)"
],
"deny": [],
"ask": []
},
"enableAllProjectMcpServers": true,
"enabledMcpjsonServers": ["sqlite"]
"enabledMcpjsonServers": [
"sqlite"
]
}