You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
graphify label gave the four communities that appeared with the last update
proper names instead of the placeholders derived from their hub node, and
sharpened a few existing ones. Node and edge counts are unchanged.
These have ≤1 connection - possible missing edges or undocumented components.
164
163
-**9 thin communities (<3 nodes) omitted from report** — run `graphify query` to explore isolated nodes.
165
164
166
165
## Suggested Questions
167
166
_Questions this graph is uniquely positioned to answer:_
168
167
169
-
-**Why does `Header()` connect `Header.tsx` to `globalStats.ts`, `stats/[code]/page.tsx`?**
168
+
-**Why does `Header()` connect `Static Pages and Metadata` to `Global Usage Statistics`, `Link Statistics Pages`?**
170
169
_High betweenness centrality (0.018) - this node is a cross-community bridge._
171
-
-**Why does `dependencies` connect `dependencies` to `Package Metadata`?**
170
+
-**Why does `dependencies` connect `Project Dependencies` to `Package Metadata`?**
172
171
_High betweenness centrality (0.017) - this node is a cross-community bridge._
173
-
-**Why does `getLinkByCode()` connect `stats/[code]/page.tsx` to `links.ts`, `password/page.tsx`, `index.ts`?**
172
+
-**Why does `getLinkByCode()` connect `Link Statistics Pages` to `Link Redirection and Bot Detection`, `Link Management and Password Protection`, `QR Code and Link Creation`?**
174
173
_High betweenness centrality (0.015) - this node is a cross-community bridge._
175
-
-**What connects `PageProps`, `dynamic`, `revalidate` to the rest of the system?**
174
+
-**What connects `PageProps`, `TrackClickOptions`, `CreateLinkOptions` to the rest of the system?**
176
175
_163 weakly-connected nodes found - possible documentation gaps or missing edges._
177
-
-**Should `links.ts` be split into smaller, more focused modules?**
176
+
-**Should `Link Redirection and Bot Detection` be split into smaller, more focused modules?**
178
177
_Cohesion score 0.07532467532467532 - nodes in this community are weakly interconnected._
179
178
-**Should `TypeScript Configuration` be split into smaller, more focused modules?**
180
179
_Cohesion score 0.06060606060606061 - nodes in this community are weakly interconnected._
181
-
-**Should `Header.tsx` be split into smaller, more focused modules?**
180
+
-**Should `Static Pages and Metadata` be split into smaller, more focused modules?**
182
181
_Cohesion score 0.06951871657754011 - nodes in this community are weakly interconnected._
0 commit comments