- Use processFiles from llm-batch.ts in generateDirectoryMap - Process files with 4 concurrent LLM calls + 100ms batch delays - Reduces init time from O(n) sequential to O(n/4) parallel - Prevents Pi tool timeout on projects with many files