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>

authored by markbennett.ca

Claude Sonnet 4.5 and committed by tangled.org 767f14f4 42af5942

+3 -2
+3 -2
.claude/settings.json
··· 7 7 "Bash(npm run typecheck:*)", 8 8 "Bash(npm run lint:*)", 9 9 "Bash(npm run lint:fix:*)", 10 - "Bash(git checkout:*)", 11 - "Bash(npm run format:*)" 10 + "Bash(npm run format:*)", 11 + "Bash(git fetch:*)", 12 + "Bash(git checkout:*)" 12 13 ] 13 14 } 14 15 }