Analyze a codebase to produce an interactive knowledge graph for understanding architecture, components, and relationships
understand 1.1.0 - Adds support for incremental codebase analysis using git commit hash tracking. - Introduces full vs. incremental analysis modes with logic for efficient graph rebuilding on code changes. - Gathers project context (README, manifest, directory tree, entry point) for more accurate analysis. - Batches file analysis for improved performance and supports concurrent subagent dispatching. - Enhances architecture inference with layer hints from directory and framework heuristics. - Outputs an interactive knowledge graph for exploring project structure and relationships.