Skip to content

Commit abf5bed

Browse files
authored
Refactor Bash command patterns in settings
1 parent 1cc603e commit abf5bed

File tree

1 file changed

+27
-31
lines changed

1 file changed

+27
-31
lines changed

ccpm/settings.local.json

Lines changed: 27 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -6,42 +6,38 @@
66
"Bash(bash .claude/scripts/pm/*)",
77
"Bash(.claude/scripts/pm/*)",
88

9-
"Bash(cat *)",
109
"Bash(cat:*)",
11-
"Bash(composer *)",
10+
"Bash(cat:*)",
11+
"Bash(composer:*)",
1212
"Bash(fi)",
13-
"Bash(find *)",
14-
"Bash(gh *)",
15-
"Bash(git *)",
16-
"Bash(grep *)",
13+
"Bash(find:*)",
14+
"Bash(gh:*)",
15+
"Bash(git:*)",
16+
"Bash(grep:*)",
1717
"Bash(kill:*)",
1818
"Bash(ln:*)",
19-
"Bash(ls *)",
20-
"Bash(mv *)",
21-
"Bash(npm *)",
22-
"Bash(npx *)",
23-
"Bash(pnpm *)",
24-
"Bash(pytest *)",
25-
"Bash(python *)",
26-
"Bash(mvn *)",
27-
"Bash(gradle *)",
28-
"Bash(./gradlew *)",
29-
"Bash(dotnet *)",
30-
"Bash(cargo *)",
31-
"Bash(go *)",
32-
"Bash(swift *)",
33-
"Bash(flutter *)",
34-
"Bash(bundle *)",
35-
"Bash(ctest *)",
36-
"Bash(make *)",
37-
"Bash(rm *)",
38-
"Bash(ruff check *)",
39-
"Bash(ruff check:*)",
40-
"Bash(sed *)",
19+
"Bash(ls:*)",
20+
"Bash(mv:*)",
21+
"Bash(npm:*)",
22+
"Bash(npx:*)",
23+
"Bash(pnpm:*)",
24+
"Bash(pytest:*)",
25+
"Bash(python:*)",
26+
"Bash(mvn:*)",
27+
"Bash(gradle:*)",
28+
"Bash(dotnet:*)",
29+
"Bash(cargo:*)",
30+
"Bash(go:*)",
31+
"Bash(swift:*)",
32+
"Bash(flutter:*)",
33+
"Bash(bundle:*)",
34+
"Bash(ctest:*)",
35+
"Bash(make:*)",
36+
"Bash(rm:*)",
37+
"Bash(ruff:*)",
4138
"Bash(sed:*)",
42-
"Bash(then)",
43-
"Bash(touch *)",
44-
"Bash(tree *)",
39+
"Bash(touch:*)",
40+
"Bash(tree:*)",
4541
"List(**)",
4642
"WebFetch(domain:github.com)",
4743
"WebSearch"

0 commit comments

Comments
 (0)