Skip to content

Commit 343bfbb

Browse files
committed
chore: restore settings.local.json with all commands and remove JSON comments
- Restore organized command groups for git, pnpm, storybook, etc. - Remove JSON comments to ensure valid JSON format - Maintain all previously configured permissions and domains
1 parent 4fef671 commit 343bfbb

1 file changed

Lines changed: 39 additions & 1 deletion

File tree

.claude/settings.local.json

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,44 @@
11
{
22
"permissions": {
3-
"allow": ["Bash(pnpm build)"],
3+
"allow": [
4+
"Bash(git add:*)",
5+
"Bash(git checkout:*)",
6+
"Bash(git commit:*)",
7+
"Bash(git fetch:*)",
8+
"Bash(git pull:*)",
9+
"Bash(git push:*)",
10+
"Bash(git reset:*)",
11+
"Bash(gh pr:*)",
12+
"Bash(gh run list:*)",
13+
"Bash(gh run view:*)",
14+
"Bash(gh workflow:*)",
15+
"Bash(pnpm add:*)",
16+
"Bash(pnpm changeset:*)",
17+
"Bash(pnpm exec test-storybook:*)",
18+
"Bash(pnpm format:*)",
19+
"Bash(pnpm install:*)",
20+
"Bash(pnpm lint:*)",
21+
"Bash(pnpm list:*)",
22+
"Bash(pnpm remove:*)",
23+
"Bash(pnpm run:*)",
24+
"Bash(pnpm test-storybook:*)",
25+
"Bash(pnpm build-storybook:*)",
26+
"Bash(pnpm storybook:*)",
27+
"Bash(npx changeset:*)",
28+
"Bash(cp:*)",
29+
"Bash(rm:*)",
30+
"Bash(sed:*)",
31+
"Bash(find:*)",
32+
"Bash(grep:*)",
33+
"Bash(rg:*)",
34+
"WebFetch(domain:eslint.org)",
35+
"WebFetch(domain:github.com)",
36+
"WebFetch(domain:philparsons.co.uk)",
37+
"WebFetch(domain:storybook.js.org)",
38+
"WebFetch(domain:testing-library.com)",
39+
"WebFetch(domain:typescript-eslint.io)",
40+
"WebFetch(domain:www.w3.org)"
41+
],
442
"deny": []
543
}
644
}

0 commit comments

Comments
 (0)