keep.graph¶
Graph generation for Keep.
Walks the wiki directory, parses all Markdown documents, and writes a deterministic graph.json to the .keep/ folder. The graph captures every document as a node and every frontmatter relation as a typed directed edge.
The output is intentionally minimal — it is a derived artefact rebuilt on every run, not a source of truth.