We Invented a Layered Wiki Pattern on Top of Graphify — Here's the Concept and How to Approximate It Today
Graphify, a tool that turns codebases into queryable knowledge graphs, has a limitation when dealing with monorepos. To address this, a proposed design pattern involves a layered wiki structure with per-layer .graphify/ folders and staleness hooks. This allows for scoped graphs and wikis for each layer, reducing noise and improving performance. To approximate this today, use Graphify commands to create a two-level structure with a global cross-layer graph and layer-specific graphs.