fix: pass disciplineEffects to computeMaxMana in useGameDerived (BUG #213), fix getMeditationBonus arg count in 3 files (BUG #212/#208), remove duplicate Climb button from SpireSummaryTab (BUG #211)
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m19s

This commit is contained in:
2026-05-30 15:27:19 +02:00
parent b8e6d651b2
commit 90b309885e
7 changed files with 14 additions and 20 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# Circular Dependencies
Generated: 2026-05-29T23:43:49.944Z
Generated: 2026-05-30T08:40:53.794Z
No circular dependencies found. ✅
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_meta": {
"generated": "2026-05-29T23:43:46.156Z",
"generated": "2026-05-30T08:40:52.033Z",
"description": "Import dependency graph for src/lib/game. Keys are files, values are arrays of files they import.",
"usage": "To find what a file affects, search for its path in the VALUES. To find what a file depends on, look at its KEY entry."
},
+6
View File
@@ -14,6 +14,8 @@ Mana-Loop/
│ ├── circular-deps.txt
│ ├── dependency-graph.json
│ └── project-structure.txt
├── e2e/
│ └── playtest.spec.ts
├── playwright-report/
│ ├── data/
│ │ ├── 1513ea5b9ea5985996f67ca36f2bc4d34add51f1.webm
@@ -408,6 +410,10 @@ Mana-Loop/
│ └── test/
│ └── setup.ts
├── test-results/
│ ├── playtest-Mana-Loop---Compr-0eb11--crash-with-React-error-185-chromium/
│ │ ├── error-context.md
│ │ ├── test-failed-1.png
│ │ └── video.webm
│ └── .last-run.json
├── .dockerignore
├── .gitignore