vibechat
Version:
Chatroom for when you are bored waiting for Claude
20 lines (19 loc) • 372 B
JSON
{
"permissions": {
"allow": [
"Bash(npx tsc:*)",
"Bash(npm run dev:*)",
"Bash(npm install:*)",
"Bash(npm run check:*)",
"Bash(npm run format:*)",
"Bash(rg:*)",
"Bash(npx tsx:*)",
"Bash(chmod:*)",
"Bash(rm:*)",
"Bash(find:*)",
"Bash(git add:*)",
"Bash(git commit:*)"
],
"deny": []
}
}