# AGENTS.md

An extremely fast Python package and project manager, written in Rust.

## Setup

```
uv sync
```

## Commands

```
cargo test   # run the test suite
```

## Layout

- `crates/`  644 source files
- `test/`    57 source files
- `scripts/` 42 source files
- `agents/`  6 source files
- `python/`  3 source files
- `docs/`    1 source file

## Conventions

- Tests live alongside the code they cover, following `agents/prompts/create-bug-test.md`.
- CI defines what passing means. See `.github/workflows/bench.yml`, and keep it green.
- TODO: add the two or three conventions a newcomer always gets wrong here.

## Gotchas

- `crates/uv/tests/lock/lock.rs` is 1705KB. It will not fit comfortably in context, so read it in parts.

---

Drafted by agentreadme.com from what is in this repository. Everything marked TODO
needs a human. Check it in as AGENTS.md at the root.
