# AGENTS.md

The open-source AI voice studio. Clone, dictate, create.

## Setup

```
bun install
```

## Commands

```
bun dev           # run locally
bun build         # produce a build
bun typecheck     # type check without emitting
bun lint          # lint
bun format        # format
bun check         # lint and type check
bun dev:web
bun dev:landing
```

## Layout

- `app/`     177 source files
- `backend/` 120 source files
- `landing/` 54 source files
- `tauri/`   26 source files
- `docs/`    21 source files
- `scripts/` 10 source files

## Conventions

- Tests live alongside the code they cover, following `backend/tests/E2E_MODEL_TEST_DESIGN.md`.
- CI defines what passing means. See `.github/workflows/build-windows.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.
