# Complete Architecture Analysis
Analyze the complete architecture of the entire repository.
This command provides a comprehensive architectural overview by:
1. Finding all main entry points and core components
2. Mapping the complete dependency graph
3. Identifying architectural patterns and relationships
4. Analyzing the overall system design
5. Providing architectural recommendations
Follow these steps:
1. Use nodes-semantic-search to find core architectural components (main, server, app, index)
2. Get complete implementation of main components with get-code
3. Map all relationships using find-direct-connections
4. Generate comprehensive dependency analysis with get-usage-dependency-links
5. Search for architectural documentation with docs-semantic-search
6. Combine all findings into a complete architectural report
This command is ideal for: architectural reviews, system understanding, and planning major refactors.