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! :)

Give Claude more permissions.

markbennett.ca bb60aa2d 4489d742

verified
+8 -1
+8 -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(npm run typecheck:*)", 8 + "Bash(npm run lint:*)", 9 + "Bash(npm run format:*)" 10 + ] 4 11 } 5 12 }