Completely remove legacy skill system and tests

This commit is contained in:
2026-05-16 11:20:11 +02:00
parent 1a688394e4
commit fe0f2a079c
125 changed files with 7 additions and 14459 deletions
+4 -5
View File
@@ -1,15 +1,14 @@
# Circular Dependencies
Generated: 2026-05-14T10:03:17.211Z
Found: 8 circular chain(s) — these MUST be fixed before modifying involved files.
Generated: 2026-05-15T16:50:47.281Z
Found: 7 circular chain(s) — these MUST be fixed before modifying involved files.
1. Processed 174 files (2.4s) (27 warnings)
1. Processed 156 files (1.8s) (29 warnings)
2. 1) data/equipment/index.ts > data/equipment/utils.ts
3. 2) data/golems/index.ts > data/golems/utils.ts
4. 3) stores/combat-actions.ts > stores/combatStore.ts
5. 4) stores/combatStore.ts > stores/gameStore.ts
6. 5) stores/combatStore.ts > stores/gameStore.ts > stores/gameActions.ts
7. 6) stores/combatStore.ts > stores/gameStore.ts > stores/gameActions.ts > stores/skillStore.ts
8. 7) stores/combatStore.ts > stores/gameStore.ts > stores/gameLoopActions.ts
7. 6) stores/combatStore.ts > stores/gameStore.ts > stores/gameLoopActions.ts
## How to fix
1. Identify which import in the chain can be extracted to a shared types/utils file.