You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
661 B
JSON

{
"env": {
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
},
"permissions": {
"allow": [
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(xargs ls:*)",
"Bash(/tmp/check_sse.txt:*)",
"Read(//tmp/**)",
"Bash(cargo check:*)",
"Bash(cargo test:*)",
"Bash(npx tsc:*)",
"Bash(npx vitest:*)",
"Bash(npx vite:*)",
"Bash(rm -rf src/ node_modules/)",
"Bash(rm -f package.json package-lock.json vite.config.ts tsconfig.json index.html firebase-applet-config.json firebase-blueprint.json firestore.rules metadata.json README.md .DS_Store)"
],
"defaultMode": "bypassPermissions"
}
}