chore(claude): 🔧 Update config settings in settings.json for Claude tooling

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
autocommit 2026-05-20 00:10:42 -07:00
parent 6c5cb9dc4c
commit 6a256be8a0

View file

@ -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": {