Skip to content

Commit 4bdc446

Browse files
committed
ai: adjustments to code
Some clarifications to the originally generated file. Signed-off-by: Marcel van Lohuizen <[email protected]> Change-Id: I0886962713a121179fb56adaa3c77a5e06a050dd Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1219467 TryBot-Result: CUEcueckoo <[email protected]> Reviewed-by: Paul Jolly <[email protected]> Unity-Result: CUE porcuepine <[email protected]>
1 parent 5530af0 commit 4bdc446

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CLAUDE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ go build ./cmd/cue
2121

2222
```bash
2323
# Run all tests
24+
# Any change to the repo should run all tests to ensure correctness.
2425
go test ./...
2526

2627
# Run tests for a specific package
@@ -62,7 +63,7 @@ go fmt ./...
6263
- `/internal/core/` - Core evaluation engine
6364
- `adt/` - Core data structures and algorithms
6465
- `compile/` - Compilation logic
65-
- `eval/` - Evaluation engine
66+
- `dep/` - Dependency analysis
6667
- `export/` - Export functionality
6768

6869
### Command-Line Tool
@@ -90,7 +91,7 @@ go fmt ./...
9091
- Single commit per PR/CL model
9192
- Requires DCO (Developer Certificate of Origin) sign-off
9293
- Both GitHub PRs and GerritHub CLs are supported
93-
- Changes must be linked to a GitHub issue (except trivial changes)
94+
- Changes should be linked to a GitHub issue (except trivial changes)
9495

9596
### Module Information
9697
- Module: `cuelang.org/go`

0 commit comments

Comments
 (0)