topos_generate_depgraph
Generate the dependency graph for a repository using GitNexus. Skips if graph is current; force flag triggers regeneration.
Instructions
Generate the .gitnexus dependency graph via GitNexus
(side-effecting).
Ensures the graph by default: no-ops when current, otherwise runs
gitnexus analyze. force=true always regenerates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Regenerate even when current. | |
| directory | No | Repo root (default: MCP file root). |