AgentLens - Codebase Navigation Before Working on Any Codebase Always start by reading for the project map. Navigation Hierarchy | Level | File | Purpose | |-------|------|---------| | L0 | | Project overview, all modules listed | | L1 | | Module details, file list | | L1 | | Symbols in large files | | L1 | | TODOs, warnings, business rules | | L1 | | File dependencies | | L2 | | Deep docs for complex files | Navigation Flow When To Read What | You Need | Read This | |----------|-----------| | Project overview | | | Find a module | INDEX.md, search module name | | Understand a module | | | Fi…