# AGENTS.md

The personal finance app for everyone

## Setup

```
npm ci
```

## Commands

```
npm run lint           # lint
npm run format         # format
npm run style:check
npm run style:fix
npm run lint:fix
npm run format:check
```

## Layout

- `app/`    399 source files
- `test/`   210 source files
- `db/`     202 source files
- `vendor/` 41 source files
- `config/` 28 source files
- `lib/`    5 source files

## Conventions

- Tests live alongside the code they cover, following `.env.test.example`.
- 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

- Copy `.env.example` before running anything that needs configuration.

---

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.
