AGENTS.md
AGENTS.mdAGENTS.mdroot
Quality
46/100
Scores the file, not the repository.Length
238 words
0 headings · 0 code blocksRepository
88k
— · pushed 0 days agoLast changed
3 days ago
First indexed 3 days ago.1- Read CONTRIBUTING.md for guidelines on how to run tools2- ALWAYS ensure that new tests use the same style as existing tests for all parts of the test3- ALWAYS check whether the behavior of a new test is already covered by an existing test4- PREFER integration tests, e.g., at `it/...` over unit tests5- PREFER running specific tests over running the entire test suite6- PREFER `insta` snapshots following patterns in nearby tests over substring assertions7- When making changes for Windows from Unix, use `cargo xwin clippy` to check compilation8- NEVER perform builds with the release profile, unless asked or reproducing performance issues9- AVOID using `panic!`, `unreachable!`, `.unwrap()`, unsafe code, and clippy rule ignores10- PREFER patterns like `if let` to handle fallibility11- ALWAYS write `SAFETY` comments following our usual style when writing `unsafe` code12- PREFER `#[expect()]` over `[allow()]` if clippy must be disabled13- PREFER let chains (`if let` combined with `&&`) over nested `if let` statements14- NEVER update all dependencies in the lockfile and ALWAYS use `cargo update --precise` to make15 lockfile changes16- NEVER assume clippy warnings or test failures are pre-existing, it is very rare that `main` has17 warnings18- PREFER top-level imports over local imports or fully qualified names19- AVOID shortening variable names, e.g., use `version` instead of `ver`, and `requires_python`20 instead of `rp`21- PREFER [`TypeName`] references when writing Rust doc comments22
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| n8n-io/n8npackages/@n8n/agents/AGENTS.md · 199k | AGENTS.md | buildteststylearch+3 | 100/100 | 3 days ago | |
| unoplat/unoplat-code-confluenceunoplat-code-confluence-frontend/AGENTS.md · 95 | AGENTS.md | setupbuildtestlint-format+6 | 100/100 | 2 days ago | |
| aaif-goose/gooseAGENTS.md · 52k | AGENTS.md | setupbuildtestlint-format+6 | 100/100 | 3 days ago | |
| OnlyTerp/prompt-cache-skillsAGENTS.md · 112 | AGENTS.md | setupbuildtestlint-format+5 | 100/100 | 3 days ago | |
| SkeneTechnologies/skene-cookbookAGENTS.md · 51 | AGENTS.md | setupbuildtestlint-format+7 | 100/100 | 2 days ago | |
| vllm-project/vllmAGENTS.md · 88k | AGENTS.md | setuptestlint-formatstyle+5 | 100/100 | 3 days ago | |
| netdata/netdatasrc/go/plugin/ibm.d/AGENTS.md · 80k | AGENTS.md | buildtestlint-formatarch+3 | 99/100 | 3 days ago | |
| unoplat/unoplat-code-confluenceunoplat-code-confluence-query-engine/AGENTS.md · 95 | AGENTS.md | setupbuildtestlint-format+5 | 98/100 | 2 days ago |
