# AGENTS.md

A simple, fast and user-friendly alternative to 'find'

## Setup

```
cargo build
```

## Commands

```
make completions
make install
```

## Layout

- `src/`     22 source files
- `scripts/` 2 source files
- `tests/`   2 source files
- `contrib/` 1 source file
- `doc/`     1 source file

## Conventions

- Tests live alongside the code they cover, following `tests/testenv/mod.rs`.
- CI defines what passing means. See `.github/workflows/CICD.yml`, and keep it green.
- TODO: add the two or three conventions a newcomer always gets wrong here.

---

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.
