Operations
Graphify Source Map
Graphify Source Map
A graphify run was performed on the first-party Symfony source directory:
t1-platform/app/srcThe full repository was detected as too large because it includes vendor, node_modules, generated public build assets, images, and historical docs. The useful first pass targeted source code only.
Outputs
From the workspace root:
| Output | Purpose |
|---|---|
graphify-out/graph.html | Interactive browser graph. |
graphify-out/GRAPH_REPORT.md | Audit report with god nodes, questions, and cohesion. |
graphify-out/graph.json | Raw graph data. |
Current graph stats
The source graph contains:
- 3,332 nodes
- 5,289 graph edges
- 269 communities
Top god nodes
The highest-degree nodes were:
ClientControllerAdminClientManagementControllerFinanceControllerPayrollFinanceControllerPayrollControllerTimesheetProjectUserSupervisorControllerExpense
This confirms that portal controllers and core workflow entities are the main system hubs.