Graphify workflow
Graphify makes repository and evidence relationships explorable. The 2D and 3D views are generated from the same graph.
Refresh
npm run graph:update
npm run check:graph
The update command:
- removes old generated graph assets and
graphify-out/; - runs
graphify update . --force; - verifies raw
graph.jsonandgraph.html; - publishes a local 2D view and a 3D view into
docs/assets/generated/; - enriches relationships for source definitions/citations, navigation, filesystem containment and file references;
- rejects accidental self-ingestion and checks navigation/source coverage.
The graph is navigation, not evidence. Follow a node to the canonical Markdown page and then to the source register and primary authority.