# AGENTS.md

🎧 Open source music streaming app! Available for both desktop & mobile!

## Setup

```
dart pub get
```

## Commands

```
make tar
make aursrcinfo
make publishaur
make innoinstall
make inno
make choco
```

## Layout

- `lib/`     402 source files
- `website/` 25 source files
- `test/`    13 source files
- `android/` 12 source files
- `windows/` 10 source files
- `cli/`     7 source files

## Conventions

- Tests live alongside the code they cover, following `integration_test/app_test.dart`.
- CI defines what passing means. See `.github/workflows/potential-duplicates.yml`, and keep it green.
- TODO: add the two or three conventions a newcomer always gets wrong here.

## Gotchas

- `test/drift/app_db/generated/schema_v9.dart` is 132KB. It will not fit comfortably in context, so read it in parts.
- 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.
