TLDR-Code: Complete Reference Token-efficient code analysis. 95% savings vs raw file reads. Quick Reference | Task | Command | |------|---------| | File tree | | | Code structure | | | Search code | | | Call graph | | | Who calls X? | | | Control flow | | | Data flow | | | Program slice | | | Dead code | | | Architecture | | | Imports | | | Who imports X? | | | Affected tests | | | Type check | | | Semantic search | | --- The 5-Layer Stack --- CLI Commands Navigation Search File Analysis Flow Analysis Codebase Analysis Import Analysis Quality & Testing Caching --- Daemon (Faster Queries) The…