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
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m19s
This commit is contained in:
@@ -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,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."
|
||||
},
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user