Update AGENTS.md

Update to reflect the addition of other spec's bis lists
This commit is contained in:
dfj
2026-06-04 00:29:22 +02:00
parent 5284007998
commit 87059f128d

View File

@@ -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