# AGENTS.md

Lightpanda: the headless browser designed for AI and automation

## Setup

```
# TODO: the install command. No lockfile was found, so this could not be inferred.
```

## Commands

```
make help
make download-v8
make build-v8-snapshot
make build               # produce a build
make build-dev
make run
```

## Layout

- `src/`       625 source files
- `orderfile/` 5 source files

## Conventions

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

## Gotchas

- `src/data/public_suffix_list.zig` is 339KB. It will not fit comfortably in context, so read it in parts.
- No lockfile is committed, so an install here may not match what CI produced.

---

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.
