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

Add permission for running vitest in settings

markbennett.ca 8aee8768 f9b721b5

verified
+2 -1
+2 -1
.claude/settings.json
··· 9 9 "Bash(npm run lint:fix:*)", 10 10 "Bash(npm run format:*)", 11 11 "Bash(git fetch:*)", 12 - "Bash(git checkout:*)" 12 + "Bash(git checkout:*)", 13 + "Bash(npx vitest:*)" 13 14 ] 14 15 } 15 16 }