概要
Code Visualizer is a specialized tool within the Amplihack framework that automates the creation and maintenance of Mermaid-based architecture diagrams. By parsing Python AST to extract module relationships and class hierarchies, it provides real-time visibility into codebase structure. It excels at detecting 'stale' diagrams—where the code has evolved but the documentation hasn't—making it an essential companion for PR reviews and new module development where architectural clarity and dependency management are paramount.