Codebase Audit Instructions Perform a comprehensive, systematic audit of the codebase to identify quality issues, architectural problems, and technical debt. Phase 1: Discovery & Planning 1. Identify scope - Determine which files/directories to audit based on user request 2. Create comprehensive file list - Use Glob to find all relevant files 3. Initialize todo list - Create a todo with one item per file to audit 4. Set up audit report - Create structured markdown report at Phase 2: Automated Analysis Run automated tools to supplement manual review: - TypeScript compiler diagnostics - ESLint…