topos_generate_graphify_graph
Generate the Graphify knowledge graph (graph.json) for a project directory. Use it before refactoring when no graph exists; skips regeneration unless force is set.
Instructions
Generate the Graphify knowledge graph (graphify-out/graph.json)
via the external graphify CLI (side-effecting).
Use before topos_refactor(target="graphify") when no graph exists.
Skips regeneration when a graph is already present unless
force=true. Wholly independent of .gitnexus/GitNexus — never
feeds the scored pillars. For GitNexus dep graphs use
topos_generate_depgraph instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Regenerate even when current. | |
| directory | Yes | Absolute directory in the project to analyze. |