chore: Add AGENTS.md (#2067)

Co-authored-by: Bas Zalmstra <4995967+baszalmstra@users.noreply.github.com>
This commit is contained in:
Pavel Zwerschke 2026-02-19 14:53:11 +01:00 committed by GitHub
parent f7920a77aa
commit 9371a85dcd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

1
.claude/CLAUDE.md Symbolic link
View file

@ -0,0 +1 @@
../AGENTS.md

5
AGENTS.md Normal file
View file

@ -0,0 +1,5 @@
- Rust monorepo for conda package management (solving, installing, fetching repodata), used by pixi, rattler-build, prefix.dev
- Build: `pixi run build` | Test: `pixi run test` | Lint all: `pixi run lint`
- Single test: `pixi run -- cargo nextest run -p <crate_name> <test_name>`
- Before committing, run `pixi run cargo-fmt` and `pixi run cargo-clippy` to ensure formatting and lint compliance
- crates in `crates/`, Python bindings in `py-rattler/`, WASM bindings in `js-rattler/`