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 dev commands

markbennett.ca 0e862e56 cbffd393

verified
+1
+1
.claude/settings.json
··· 3 3 "allow": [ 4 4 "Bash(npm run test:*)", 5 5 "Bash(npm run build:*)", 6 + "Bash(npm run dev:*)", 6 7 "Bash(npm test:*)", 7 8 "Bash(npm run typecheck:*)", 8 9 "Bash(npm run lint:*)",