mirror of
https://github.com/vee1e/rattler.git
synced 2026-09-01 10:58:24 +00:00
chore: Add AGENTS.md (#2067)
Co-authored-by: Bas Zalmstra <4995967+baszalmstra@users.noreply.github.com>
This commit is contained in:
parent
f7920a77aa
commit
9371a85dcd
2 changed files with 6 additions and 0 deletions
1
.claude/CLAUDE.md
Symbolic link
1
.claude/CLAUDE.md
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../AGENTS.md
|
||||
5
AGENTS.md
Normal file
5
AGENTS.md
Normal 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/`
|
||||
Loading…
Add table
Add a link
Reference in a new issue