Skip to content

Commit c73e280

Browse files
committed
fix(scaffold): update deprecated permission pattern syntax and add emulate tool
- Replace deprecated `:*` suffix with ` *` in Bash permission patterns - Add missing mcp__chrome-devtools__emulate to allow list SEE: https://code.claude.com/docs/en/permissions.md
1 parent f61a565 commit c73e280

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

packages/@d-zero/scaffold/.claude/settings.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
"Bash(yarn install)",
66
"Bash(yarn lint:*)",
77
"Bash(yarn test:*)",
8-
"Bash(gh repo list:*)",
9-
"Bash(gh repo view:*)",
10-
"Bash(gh repo gitignore:*)",
11-
"Bash(gh repo license:*)",
8+
"Bash(gh repo list *)",
9+
"Bash(gh repo view *)",
10+
"Bash(gh repo gitignore *)",
11+
"Bash(gh repo license *)",
1212
"mcp__chrome-devtools__click",
13+
"mcp__chrome-devtools__emulate",
1314
"mcp__chrome-devtools__evaluate_script",
1415
"mcp__chrome-devtools__list_console_messages",
1516
"mcp__chrome-devtools__list_pages",
@@ -27,8 +28,8 @@
2728
"Bash(rm --force)",
2829
"Bash(rm -rf)",
2930
"Bash(rm -f)",
30-
"Bash(sed:*)",
31-
"Bash(npm:*)"
31+
"Bash(sed *)",
32+
"Bash(npm *)"
3233
]
3334
},
3435
"enabledMcpjsonServers": ["chrome-devtools", "figma-remote-mcp"]

0 commit comments

Comments
 (0)