Skip to content

Commit 372bcfe

Browse files
committed
settings
1 parent 0d60706 commit 372bcfe

File tree

1 file changed

+1
-29
lines changed

1 file changed

+1
-29
lines changed

.claude/settings.local.json

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,15 @@
11
{
22
"permissions": {
33
"allow": [
4-
"Bash(gh pr view 186 --json title,body,comments,reviews,state,author,createdAt,updatedAt,files)",
5-
"Bash(gh pr diff 186 --patch)",
6-
"Bash(cat package.json)",
7-
"WebFetch(domain:github.com)",
8-
"Bash(npm view gh-pages@6.1.1)",
94
"Bash(npm test)",
105
"Bash(npm run build)",
11-
"Bash(node src/dist/angular-cli-ghpages --dry-run --dir=custom/dist)",
12-
"Bash(npm test -- builder-passthrough.spec.ts)",
13-
"Bash(rm -rf commander-v3)",
14-
"Bash(git clone --depth 1 --branch v3.0.0 https://github.com/tj/commander.js.git commander-v3)",
15-
"Read(//tmp/commander-v3/**)",
16-
"Bash(mkdir -p /Users/johanneshoppe/Work/angular-schule/angular-cli-ghpages/commander-fork)",
17-
"Bash(node -e \"console.log(require.resolve(''../commander-fork''))\")",
18-
"Bash(node angular-cli-ghpages --version)",
19-
"Bash(node angular-cli-ghpages --help)",
20-
"Bash(./angular-cli-ghpages --version)",
21-
"Bash(npm test -- commander-fork)",
22-
"Bash(npm test -- commander-fork/test)",
23-
"Bash(timeout 30 npm test)",
246
"Bash(git log:*)",
257
"Bash(npm test:*)",
268
"Bash(gh issue view:*)",
279
"WebSearch",
28-
"Bash(npm ls:*)",
29-
"Bash(find:*)",
3010
"Bash(gh pr view:*)",
3111
"Bash(gh pr diff:*)",
32-
"Bash(cat:*)",
33-
"Bash(npm view:*)",
34-
"WebFetch(domain:raw.githubusercontent.com)",
35-
"Bash(gh pr list:*)",
36-
"Bash(git add:*)",
37-
"WebFetch(domain:angular.dev)",
38-
"WebFetch(domain:v19.angular.dev)",
39-
"WebFetch(domain:v18.angular.dev)",
40-
"WebFetch(domain:www.npmjs.com)"
12+
"Bash(git add:*)"
4113
],
4214
"deny": [],
4315
"ask": []

0 commit comments

Comments
 (0)