WIP: A simple cli for daily tangled use cases and AI integration. This is for my personal use right now, but happy if others get mileage from it! :)

chore: allow git fetch in Claude permissions

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

markbennett.ca 269745a4 96add696

verified
+6 -1
+6 -1
.claude/settings.json
··· 1 1 { 2 2 "permissions": { 3 - "allow": ["Bash(npm run test:*)", "Bash(npm run build:*)", "Bash(npm test:*)"] 3 + "allow": [ 4 + "Bash(npm run test:*)", 5 + "Bash(npm run build:*)", 6 + "Bash(npm test:*)", 7 + "Bash(git fetch:*)" 8 + ] 4 9 } 5 10 }