• Joined on 2025-05-17
Anexim closed issue Anexim/Mana-Loop#18 2026-05-18 14:23:57 +02:00
Refactor: Resolve Structural Inconsistencies and Dead Code
Anexim commented on issue Anexim/Mana-Loop#18 2026-05-18 11:27:46 +02:00
Refactor: Resolve Structural Inconsistencies and Dead Code

Starting work on structural refactor. Will use parallel sub-agents to investigate and fix all checklist items.

Anexim opened issue Anexim/Mana-Loop#18 2026-05-18 11:06:47 +02:00
Refactor: Resolve Structural Inconsistencies and Dead Code
Anexim commented on issue Anexim/Mana-Loop#17 2026-05-18 10:24:53 +02:00
[TASK-017]: Fix Frozen Lockfile CI Build Failure

Task completed successfully

  • bun install executed to regenerate/update bun.lock file
  • package.json and bun.lock staged and committed
  • Commit message: "fix(build): sync…
Anexim closed issue Anexim/Mana-Loop#17 2026-05-18 10:24:46 +02:00
[TASK-017]: Fix Frozen Lockfile CI Build Failure
Anexim commented on issue Anexim/Mana-Loop#17 2026-05-18 10:24:46 +02:00
[TASK-017]: Fix Frozen Lockfile CI Build Failure

Successfully synced bun lockfile by running bun install and committed changes with message "fix(build): sync bun lockfile for CI". The lockfile has been updated and pushed to master.

Anexim closed issue Anexim/Mana-Loop#11 2026-05-18 10:19:05 +02:00
[TASK-008] Enchanting system stabilization — store as single source of truth (Phase 2)
Anexim closed issue Anexim/Mana-Loop#12 2026-05-18 10:19:05 +02:00
[TASK-009] Attunement expansion — new attunements + path choice at prestige (Phase 4)
Anexim closed issue Anexim/Mana-Loop#13 2026-05-18 10:19:05 +02:00
[TASK-010] Prestige rework — loop memories + path bonuses (Phase 5)
Anexim closed issue Anexim/Mana-Loop#14 2026-05-18 10:19:05 +02:00
[TASK-011] Full UI redesign — remaining tabs (Phase 6)
Anexim opened issue Anexim/Mana-Loop#17 2026-05-18 10:13:45 +02:00
[TASK-015]: Fix Frozen Lockfile CI Build Failure
Anexim closed issue Anexim/Mana-Loop#9 2026-05-18 09:25:25 +02:00
[Bug] Memory type missing — breaks MemorySlotPicker, prestigeStore
Anexim commented on issue Anexim/Mana-Loop#9 2026-05-18 09:25:25 +02:00
[Bug] Memory type missing — breaks MemorySlotPicker, prestigeStore

Official closure: Issue #9 resolved with memory type fix (interface defined in src/lib/game/types/game.ts and re-exported). All dependent files now import correctly.

Anexim commented on issue Anexim/Mana-Loop#9 2026-05-17 20:39:27 +02:00
[Bug] Memory type missing — breaks MemorySlotPicker, prestigeStore

Fixed: Added Memory interface to types.ts and updated import in prestigeStore.ts. Verified no errors in types.tsx or store files. #9 resolved

Anexim closed issue Anexim/Mana-Loop#8 2026-05-17 19:11:22 +02:00
[Bug] EquipmentSlot type missing — breaks EnchantmentPreparer, crafting-actions, data imports
Anexim commented on issue Anexim/Mana-Loop#8 2026-05-17 19:11:22 +02:00
[Bug] EquipmentSlot type missing — breaks EnchantmentPreparer, crafting-actions, data imports

Issue resolved: Added EquipmentSlot type definition, re‑exported via index, and updated imports. Repository now builds without TS errors.

Anexim commented on issue Anexim/Mana-Loop#7 2026-05-17 08:16:12 +02:00
[Bug] EquipmentCategory type missing — breaks EnchantmentDesigner

Exported EquipmentCategory from barrel (src/lib/game/types.ts). Type errors resolved for EnchantmentDesigner. All other builds have unrelated errors but EquipmentCategory issue fixed.

Anexim closed issue Anexim/Mana-Loop#7 2026-05-17 08:16:11 +02:00
[Bug] EquipmentCategory type missing — breaks EnchantmentDesigner
Anexim commented on issue Anexim/Mana-Loop#16 2026-05-17 07:54:10 +02:00
Add Disciples System and DisciplesTab Component

Issue #16 is complete — all discipline data files and DisciplesTab component delivered via Issue #15.

Anexim closed issue Anexim/Mana-Loop#16 2026-05-17 07:54:09 +02:00
Add Disciples System and DisciplesTab Component