diff --git a/CLAUDE.md b/CLAUDE.md index ef3f273..e8e80ca 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -13,6 +13,8 @@ This project contains a knowledge graph of LLM-generated documentation for a Go - "What's this project about?" → `get_repo_overview()` - "What depends on X?" → `get_dependents("path/to/file.go")` - "What does X depend on?" → `get_dependencies("path/to/file.go")` +- "How does X connect to Y?" → `find_path("file_a.go", "file_b.go")` +- "What functions does X export?" → `get_file_signatures("path/to/file.go")` - "Find anything about routing" → `search_docs("routing")` - "What's outdated?" → `get_stale_docs()` - "How big is the graph?" → `get_graph_stats()`