this repo has no description
0
fork

Configure Feed

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

.claude: remove deny clause

There a good reasons file Claude might want to run these
commands. Forbidding them seems like it should
be up to individual users not global policy.

Signed-off-by: Roger Peppe <rogpeppe@gmail.com>
Change-Id: I1261bead781df602352aa51c6e4408ef2cbf1fe0
Reviewed-on: https://cue.gerrithub.io/c/cue-lang/cue/+/1236302
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>

-6
-6
.claude/settings.json
··· 81 81 "WebFetch(domain:github.com)", 82 82 "WebFetch(domain:cue.gerrithub.io)", 83 83 "WebSearch" 84 - ], 85 - "deny": [ 86 - "Bash(cat:*)", 87 - "Bash(sed:*)", 88 - "Bash(git -C:*)", 89 - "Edit(//tmp/**/*)" 90 84 ] 91 85 } 92 86 }