diff --git a/AGENTS.md b/AGENTS.md index 54efa92..1f26e23 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -20,7 +20,7 @@ Amibis/ - **SavedVariables**: `AmibisDB` (account-wide, stores selected phase), `AmibisCharDB` (per-character, stores frame position + spec override) - **Namespace pattern**: `local addonName, ns = ...` — all modules attach to `ns` - **No build/test/lint tooling** — tested in-game via WoW client -- **Currently**: Only Priest (Discipline/Holy) T5 data populated +- **Currently**: Only T5 data populated ## Adding new BIS data 1. Add a `local CLASS_T5 = { ... }` table in `Data/BISLists.lua` following the existing `PRIEST_T5` structure