Hierarchy Visualization
Inspect the current hierarchy by querying the graph for component_of and instance_of edges.
Tool
vault_query_graph + vault_graph_stats
Protocol
- Call vault_graph_stats for global overview (total nodes, edges, orphans)
- For key root concepts, call vault_query_graph (direction=in, depth=3) to see hierarchy
- Format as indented tree structure for readability
- Identify gaps (levels with only 1 child, missing intermediate nodes)
HARD-GATE
Yield
Returns: { roots_queried: number, max_depth: number, gaps_identified: string[] }