# AGENTS.md

NVR with realtime local object detection for IP cameras

## Setup

```
npm ci
```

## Commands

```
make default_target
make build-boards
make push-boards
make version
make local
make debug
```

## Layout

- `web/`             575 source files
- `frigate/`         334 source files
- `docs/`            36 source files
- `migrations/`      35 source files
- `docker/`          20 source files
- `testing-scripts/` 6 source files

## Conventions

- Tests live alongside the code they cover, following `frigate/test/__init__.py`.
- 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.

---

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.
