this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

.claude: allow more commands

git mv/rm/rebase, go doc, and more variants of go test.

While here, reorder the list so that we group by tool.

Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Change-Id: I97b07527b1e49f29f5d30e4b6201105be091875e
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1229763
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
Reviewed-by: Matthew Sackman <matthew@cue.works>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>

+15 -9
+15 -9
.claude/settings.json
··· 2 2 "includeCoAuthoredBy": false, 3 3 "permissions": { 4 4 "allow": [ 5 - "Bash(go test:*)", 6 5 "Bash(go build:*)", 7 6 "Bash(go install:*)", 8 7 "Bash(go list:*)", 9 8 "Bash(go run:*)", 10 9 "Bash(go fmt:*)", 10 + "Bash(go doc:*)", 11 + "Bash(go fix:*)", 12 + "Bash(go vet:*)", 13 + "Bash(go test:*)", 14 + "Bash(go test -run:*)", 15 + "Bash(go test -race:*)", 16 + "Bash(CUE_UPDATE=1 go test:*)", 17 + "Bash(CUE_UPDATE=1 go test -run:*)", 18 + "Bash(testscript:*)", 11 19 "Bash(find:*)", 12 20 "Bash(grep:*)", 13 21 "Bash(ls:*)", 14 22 "Bash(tail:*)", 15 23 "Bash(awk:*)", 16 - "Bash(testscript:*)", 17 24 "Bash(cue:*)", 25 + "Bash(true:)", 26 + "Bash(echo:*)", 18 27 "Bash(git status:*)", 19 28 "Bash(git log:*)", 20 29 "Bash(git show:*)", ··· 32 41 "Bash(git commit:*)", 33 42 "Bash(git checkout:*)", 34 43 "Bash(git stash:*)", 35 - "Bash(true:)", 36 - "Bash(echo:*)", 44 + "Bash(git rebase:*)", 45 + "Bash(git mv:*)", 46 + "Bash(git rm:*)", 37 47 "Bash(gh issue view:*)", 38 48 "Bash(gh issue list:*)", 39 49 "Bash(gh issue status:*)", ··· 46 56 "Bash(gh run view:*)", 47 57 "Bash(gh run list:*)", 48 58 "Bash(gh workflow view:*)", 49 - "Bash(gh workflow list:*)", 50 - "Bash(CUE_UPDATE=1 go test:*)", 51 - "Bash(go test -run:*)", 52 - "Bash(go test -race:*)", 53 - "Bash(go vet:*)" 59 + "Bash(gh workflow list:*)" 54 60 ] 55 61 } 56 62 }