# AGENTS.md

Browser automation CLI for AI agents

## Setup

```
pnpm install
```

## Commands

```
pnpm version:sync
pnpm version
pnpm build:native
pnpm build:linux
pnpm build:macos
pnpm build:windows
pnpm build:all-platforms
pnpm build:docker
```

## Layout

- `cli/`      80 source files
- `packages/` 74 source files
- `docs/`     68 source files
- `examples/` 59 source files
- `evals/`    12 source files
- `scripts/`  10 source files

## Conventions

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

## Gotchas

- `cli/src/native/actions.rs` is 554KB. 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.
