Build a knowledge graph from the current workspace and embed all nodes for semantic search. Supports two engines — graphify (external) or native (built-in). Use when the user wants to analyze codebase structure, map architecture, understand relationships between files/modules, or says "build graph", "map the codebase", "analyze this project".
Build a knowledge graph from the current directory, then embed all nodes for semantic search across sessions.
python -c "
import sys, os
sys.path.insert(0, os.environ.get('CLAUDE_PLUGIN_ROOT', '.'))
from tentaqles.graph import get_engine