TLDR Project Overview Get a token-efficient overview of any project using the TLDR stack. Trigger - or - "give me an overview of this project" - "what's in this codebase" - Starting work on an unfamiliar project Execution 1. File Tree (Navigation Map) 2. Code Structure (What Exists) Returns: functions, classes, imports per file 3. Call Graph Entry Points (Architecture) Returns: cross-file relationships, main entry points 4. Key Function Complexity (Hot Spots) For each entry point found: Output Format When NOT to Use - Already familiar with the project - Working on a specific file (use targete…