AGENTS.md
AGENTS.mdAGENTS.mdroot
Quality
74/100
Scores the file, not the repository.Length
172 words
6 headings · 1 code blocksRepository
124k
— · pushed 0 days agoLast changed
3 days ago
First indexed 3 days ago.1# Kubernetes23## Communication Preferences45- Dry, concise, low-key humor. No flattery, no forced memes. Skip preambles and postambles.6- Comments explain "why", not "what".7- Error messages: actionable and specific. No vague "something went wrong" output.89## Constraints1011- **Generated files are read-only.** Never hand-edit `zz_generated.*` or `generated.pb.go`. Run `make update`.12- **go.mod/go.work are generated.** Use `hack/pin-dependency.sh` + `hack/update-vendor.sh`. Never `go mod tidy`.13- **Staging is source of truth** for `k8s.io/*` (`staging/src/k8s.io/`). Never import `k8s.io/kubernetes` from staging.14- **Boilerplate required.** Every `.go` file needs the license header from `hack/boilerplate/boilerplate.go.txt`.1516## Contributor Guidelines1718- Keep changes focused and reviewable19- Add or update relevant tests20- Do not put `@mentions` or `fixes #...` keywords in commit messages21- Do not add `Co-authored-by:` in commit messages2223## Commands2425Run `make help` for all available targets. Common workflows:2627```28make test WHAT=./pkg/kubelet GOFLAGS=-v # Unit tests (one package)29make test-integration WHAT=./test/integration/scheduler30make verify # All verification checks31make update # ALL generators and formatters32```3334## Style3536- Packages: lowercase, single word, match directory.37
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| ethereum/go-ethereumAGENTS.md · 51k | AGENTS.md | buildtestlint-formatgit+1 | 100/100 | 3 days ago | |
| caddyserver/caddyAGENTS.md · 75k | AGENTS.md | buildtestlint-formatstyle+3 | 99/100 | 3 days ago | |
| netdata/netdatasrc/go/plugin/ibm.d/AGENTS.md · 80k | AGENTS.md | buildtestlint-formatarch+3 | 99/100 | 3 days ago | |
| lepinkainen/hermesAGENTS.md · 5 | AGENTS.md | buildtestlint-formatstyle+3 | 96/100 | 3 days ago | |
| infiniflow/ragflowAGENTS.md · 87k | AGENTS.md | setupbuildtestlint-format+5 | 96/100 | 3 days ago | |
| cli/cliAGENTS.md · 46k | AGENTS.md | buildtestlint-formatstyle+5 | 96/100 | 3 days ago | |
| juanfont/headscaleAGENTS.md · 42k | AGENTS.md | buildtestlint-formatstyle+8 | 96/100 | 3 days ago | |
| usememos/memosAGENTS.md · 62k | AGENTS.md | setuptestlint-formatstyle+3 | 93/100 | 3 days ago |
