- Hide "Request to Join" button on browse page for submitted teams - Hide "Invite Member" and "Join Requests" buttons on team detail for submitted teams - Change "Submit Project" to "View Submission" for submitted teams - Rename "Manage Members" to "View Members" - Hide "Delete Team" for submitted teams 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
22 lines
484 B
JSON
22 lines
484 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npx nx run-many:*)",
|
|
"Bash(npm install:*)",
|
|
"Bash(npm view:*)",
|
|
"Bash(npx nx build landing)",
|
|
"Bash(npm uninstall:*)",
|
|
"Bash(dir:*)",
|
|
"Bash(ren page.tsx page-original.tsx)",
|
|
"Bash(ren:*)",
|
|
"Bash(npx supabase:*)",
|
|
"Bash(libs/service/src/types/supabase.ts)",
|
|
"Bash(npx nx build:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|