chore(claude): 🔧 Update config settings in settings.json for Claude tooling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
6c5cb9dc4c
commit
6a256be8a0
1 changed files with 45 additions and 3 deletions
|
|
@ -2,9 +2,51 @@
|
|||
"enableAllProjectMcpServers": true,
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Write(.project/designs/app/**)",
|
||||
"Bash(cd .project/designs/app *)",
|
||||
"Bash(pnpm --dir .project/designs/app *)"
|
||||
"Bash(*)",
|
||||
"Read(*)",
|
||||
"Write(*)",
|
||||
"Edit(*)",
|
||||
"Agent(*)",
|
||||
"TaskCreate(*)",
|
||||
"TaskUpdate(*)",
|
||||
"TaskList(*)",
|
||||
"TaskGet(*)",
|
||||
"TaskOutput(*)",
|
||||
"TaskStop(*)",
|
||||
"TeamCreate(*)",
|
||||
"TeamDelete(*)",
|
||||
"SendMessage(*)",
|
||||
"WebFetch(*)",
|
||||
"WebSearch(*)",
|
||||
"Skill(*)",
|
||||
"ScheduleWakeup(*)",
|
||||
"Monitor(*)",
|
||||
"NotebookEdit(*)",
|
||||
"LSP(*)",
|
||||
"ToolSearch(*)",
|
||||
"SendUserFile(*)",
|
||||
"AskUserQuestion(*)",
|
||||
"ExitPlanMode(*)",
|
||||
"EnterPlanMode(*)",
|
||||
"ShareOnboardingGuide(*)",
|
||||
"CronCreate(*)",
|
||||
"CronList(*)",
|
||||
"CronDelete(*)",
|
||||
"PushNotification(*)",
|
||||
"RemoteTrigger(*)",
|
||||
"mcp__*"
|
||||
],
|
||||
"deny": [
|
||||
"Bash(git worktree *)",
|
||||
"Bash(EnterWorktree*)",
|
||||
"Bash(git stash *)",
|
||||
"Bash(pkill node*)",
|
||||
"Bash(killall node*)",
|
||||
"Bash(wall *)",
|
||||
"Bash(write *)",
|
||||
"Bash(rm -rf /*)",
|
||||
"Bash(git push --force *)",
|
||||
"Bash(*--no-verify*)"
|
||||
]
|
||||
},
|
||||
"hooks": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue