Generating Lattice Generate and maintain knowledge graphs — structured, cross-referenced markdown anchored to source code symbols. The output is validated by the CLI, which catches documentation drift whenever code or docs change. The core mechanism is bidirectional linking: - Top-down (docs → code): wiki links in files point to specific symbols in source. When a symbol is renamed or deleted, catches the broken link. - Bottom-up (code → docs): comments in source point back to the concept they implement. When a section is renamed or removed, catches the dangling reference. Without both directi…