TLDR Smart Router Maps questions to the optimal tldr command. Use this to pick the right layer. Question → Command Mapping "What files/functions exist?" Use: Starting exploration, orientation "What does X call / who calls X?" Use: Understanding architecture, finding entry points "How complex is X?" Use: Identifying refactoring candidates, understanding difficulty "Where does variable Y come from?" Use: Debugging, understanding data flow "What affects line Z?" Use: Impact analysis, safe refactoring "Search for pattern P" Use: Finding code, structural search Decision Tree Intent Detection Keywo…