# AGENTS.md

Drop in a screenshot and convert it to clean code (HTML/Tailwind/React/Vue)

## Setup

```
npm install
```

## Commands

```
npm run test            # run the test suite, must pass before any commit
npm run test:frontend
npm run test:backend
```

## Layout

- `backend/`  135 source files
- `frontend/` 120 source files
- `scripts/`  1 source file

## Conventions

- Tests live alongside the code they cover, following `backend/codegen/test_utils.py`.
- TODO: add the two or three conventions a newcomer always gets wrong here.

## Gotchas

- 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.
