updated dependency tracking files
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m18s

This commit is contained in:
2026-05-18 15:14:00 +02:00
parent afbdb71548
commit 92238e4dd8
2 changed files with 11 additions and 3 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
# Circular Dependencies
Generated: 2026-05-18T12:51:42.611Z
Generated: 2026-05-18T13:07:38.493Z
Found: 1 circular chain(s) — these MUST be fixed before modifying involved files.
1. Processed 122 files (1.2s) (30 warnings)
1. Processed 123 files (1.2s) (29 warnings)
## How to fix
1. Identify which import in the chain can be extracted to a shared types/utils file.
+9 -1
View File
@@ -1,6 +1,6 @@
{
"_meta": {
"generated": "2026-05-18T12:51:41.151Z",
"generated": "2026-05-18T13:07:36.959Z",
"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."
},
@@ -201,6 +201,13 @@
"data/disciplines/fabricator.ts": [
"types/disciplines.ts"
],
"data/disciplines/index.ts": [
"data/disciplines/base.ts",
"data/disciplines/enchanter.ts",
"data/disciplines/fabricator.ts",
"data/disciplines/invoker.ts",
"types/disciplines.ts"
],
"data/disciplines/invoker-disciplines.ts": [
"types/disciplines.ts"
],
@@ -364,6 +371,7 @@
"types.ts"
],
"effects/discipline-effects.ts": [
"data/disciplines/index.ts",
"stores/discipline-slice.ts",
"types.ts",
"utils/discipline-math.ts"