# /typecheck Run TypeScript type checking. ## Instructions 1. Run `bunx tsc --noEmit --pretty` 2. If errors found: - List each error with file, line, and message - Provide suggested fixes for each 3. If no errors, confirm success ## Success Criteria - Report all type errors clearly - Suggest actionable fixes