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

Allow Claude to run tests

markbennett.ca db1260fa 31818e62

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