this repo has no description
0
fork

Configure Feed

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

add `go tool cue` and `xargs` as allowed Claude commands

And tell the agent to prefer adding to existing txtar testdata files,
as it often jumps directly to creating a new file.

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

+3
+2
.claude/settings.json
··· 21 21 "Bash(ls:*)", 22 22 "Bash(tail:*)", 23 23 "Bash(awk:*)", 24 + "Bash(xargs:*)", 24 25 "Bash(cue:*)", 26 + "Bash(go tool cue:*)", 25 27 "Bash(true:)", 26 28 "Bash(echo:*)", 27 29 "Bash(git status:*)",
+1
CLAUDE.md
··· 88 88 - Tests use the `.txtar` format which contains both input and expected output in a single file 89 89 - Use `TestX` functions in test files for debugging individual test cases 90 90 - The `CUE_UPDATE=1` environment variable updates golden files with actual output 91 + - Prefer adding test cases to an existing txtar file that is appropriate for the type of reproducer 91 92 92 93 ### Contribution Model 93 94 - Single commit per PR/CL model