gograph_wiki
Generate a wiki of markdown pages from a static Go code graph to quickly orient on an unfamiliar codebase without individual tool calls.
Instructions
Generate the llm-wiki/ directory of machine-first markdown pages from the static graph. Pages produced: overview.md, architecture.md, hotspots.md, routes.md, env.md, errors.md, concurrency.md, api-surface.md, and one packages/.md per internal package. Requires .gograph/graph.json — run gograph build . first. Writes files to disk; all other gograph tools are read-only. WHEN TO USE: At the start of an agent session on an unfamiliar codebase — run once to get a token-efficient orientation without issuing dozens of individual tool calls. NOT TO USE: For targeted symbol lookups (use gograph_context or gograph_source). RETURNS: JSON manifest of written page filenames and a count; error when the graph cannot be loaded or the output directory cannot be created.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output | No | Output directory for wiki pages (default: 'llm-wiki') |