[Medium] [Bug] [Spec-Inconsistency] Discipline count: AGENTS.md says 64 total, GAME_BRIEFING says 64, but discipline file counts don't add up to 64 #269
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type: Spec / Spec inconsistency
Priority: Medium
AGENTS.md and GAME_BRIEFING.md both say 64 disciplines total.
But adding up the discipline counts from the spec files:
base.ts— Raw Mana Mastery: 1 (AGENTS.md says "base.ts — Raw Mana Mastery (available to all)")elemental.ts— Elemental Attunement: 7 (AGENTS.md says "7 base+ elements")elemental-regen.ts— Elemental Regen: 8 (AGENTS.md says "7 base + transference")elemental-regen-advanced.ts— Advanced Regen: 6 (AGENTS.md says "3 composite + 3 exotic")enchanter.ts— Core Enchanter: 4enchanter-utility.ts— Utility: 2enchanter-spells.ts— Spells: 3enchanter-special.ts— Special: 1invoker.ts— Invoker: 2fabricator.ts— Fabricator: 5 (or 2 per AGENTS.md)Total so far: 1+7+8+6+4+2+3+1+2+5 = 39 (or 36 if fabricator=2)
GAME_BRIEFING §Discipline System says:
GAME_BRIEFING claims 3 base + 22 elemental + 8 regen + 14 advanced = 47 non-attunement disciplines, but AGENTS.md describes different numbers (1 base, 7 elemental, 8 regen, 6 advanced = 22 non-attunement).
The counts are wildly inconsistent between AGENTS.md and GAME_BRIEFING.md for the non-attunement discipline pools.
Recommendation: Audit the actual discipline data files and reconcile all counts across all documents.
ultimate truth: no hard numbers, the amount of disciplines continuously increase as more is added, but follow the recommendation and audit the number right now and update it in the GAME_BRIEFING.md and AGENTS.md
RESOLVED — Audited all discipline data files. Actual counts: base.ts=3, elemental.ts=21, elemental-regen.ts=8, elemental-regen-advanced.ts=15, enchanter.ts=4, enchanter-utility.ts=2, enchanter-spells.ts=3, enchanter-special.ts=1, invoker.ts=2, fabricator.ts=5. Total = 64. Updated AGENTS.md and GAME_BRIEFING.md with correct counts.
✅ RESOLVED — Audited all discipline data files. Actual counts: base.ts=3, elemental.ts=21, elemental-regen.ts=8, elemental-regen-advanced.ts=15, enchanter.ts=4, enchanter-utility.ts=2, enchanter-spells.ts=3, enchanter-special.ts=1, invoker.ts=2, fabricator.ts=5. Total = 64. Updated AGENTS.md and GAME_BRIEFING.md with correct counts.