blob: 733497079393e92fa267761d4667081d3a4ff975 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Player Monorepo Agent Notes
This repository contains two components: `player-server/` and `player-android/`.
Use `player-server/AGENTS.md` for Go server, web UI, API, database, and deployment work.
Use `player-android/AGENTS.md` for Flutter Android client work.
Keep root changes limited to monorepo orientation, shared ignore rules, and cross-component documentation.
Do not commit local media, generated Android files, local databases, coverage files, or built binaries.
Prefer component-local commands from the relevant README before adding root-level tooling.
|