Skip to content

Commit 4901a81

Browse files
p-m-pclaude
andcommitted
chore: organize Claude settings permissions alphabetically
- Remove duplicate npx changeset entry (use pnpm changeset instead) - Sort all permissions alphabetically for better maintainability - Group Bash commands and WebFetch domains for clarity 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 81a4bd0 commit 4901a81

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.claude/settings.local.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"permissions": {
33
"allow": [
4+
"Bash(cp:*)",
5+
"Bash(find:*)",
6+
"Bash(gh pr:*)",
7+
"Bash(gh run list:*)",
8+
"Bash(gh run view:*)",
9+
"Bash(gh workflow:*)",
410
"Bash(git add:*)",
511
"Bash(git checkout:*)",
612
"Bash(git commit:*)",
@@ -9,15 +15,14 @@
915
"Bash(git push:*)",
1016
"Bash(git reset:*)",
1117
"Bash(git stash:*)",
12-
"Bash(gh pr:*)",
13-
"Bash(gh run list:*)",
14-
"Bash(gh run view:*)",
15-
"Bash(gh workflow:*)",
18+
"Bash(grep:*)",
19+
"Bash(ls:*)",
1620
"Bash(pnpm add:*)",
1721
"Bash(pnpm build-storybook:*)",
1822
"Bash(pnpm changeset:*)",
1923
"Bash(pnpm exec eslint:*)",
2024
"Bash(pnpm exec test-storybook:*)",
25+
"Bash(pnpm exec tsc:*)",
2126
"Bash(pnpm format:*)",
2227
"Bash(pnpm install:*)",
2328
"Bash(pnpm lint:*)",
@@ -27,13 +32,8 @@
2732
"Bash(pnpm storybook:*)",
2833
"Bash(pnpm test:*)",
2934
"Bash(pnpm test-storybook:*)",
30-
"Bash(npx changeset:*)",
31-
"Bash(cp:*)",
32-
"Bash(find:*)",
33-
"Bash(grep:*)",
34-
"Bash(ls:*)",
35-
"Bash(rm:*)",
3635
"Bash(rg:*)",
36+
"Bash(rm:*)",
3737
"Bash(sed:*)",
3838
"WebFetch(domain:eslint.org)",
3939
"WebFetch(domain:github.com)",

0 commit comments

Comments
 (0)