# AGENTS.md

Opensource IDE For Exploring and Testing API's (lightweight alternative to Postman/Insomnia)

## Setup

```
npm ci
```

## Commands

```
npm run dev                # run locally
npm run lint               # lint
npm run setup
npm run watch:converters
npm run watch
npm run dev:watch
npm run dev:web
npm run build:web
```

## Layout

- `packages/`   2024 source files
- `tests/`      482 source files
- `scripts/`    10 source files
- `playwright/` 3 source files

## Conventions

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

## Gotchas

- `packages/bruno-app/src/providers/ReduxStore/slices/collections/index.js` is 153KB. 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.
