diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-17 20:51:34 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-17 20:51:34 +0300 |
| commit | 799b8f736575985ea99e6517ee8cc8b86a1b4bb7 (patch) | |
| tree | 1d39c769e60aa9ec2bf2c030c713d09dcdbc7dc3 /AGENTS.md | |
| parent | 37b554ec1e565f50206a6804c740fe866f5641fd (diff) | |
Add monorepo root orientation
Diffstat (limited to 'AGENTS.md')
| -rw-r--r-- | AGENTS.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..7334970 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,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. |
