diff --git a/docs/circular-deps.txt b/docs/circular-deps.txt index 80668e0..53c570f 100644 --- a/docs/circular-deps.txt +++ b/docs/circular-deps.txt @@ -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. diff --git a/docs/dependency-graph.json b/docs/dependency-graph.json index b1d7f77..e3f970e 100644 --- a/docs/dependency-graph.json +++ b/docs/dependency-graph.json @@ -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"