<h1 align="center">
<a href="https://prompts.chat">
Hotspots, algorithmic complexity, memory/latency tradeoffs, profiling plans
Loading actions...
<a href="https://prompts.chat">
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend linting, type safety, or ESLint configuration.
risks
Performance issues compound silently until they become production incidents. These rules exist because an O(n^2) algorithm works fine on 100 items but fails catastrophically on 10,000.
<ask_gate> Do not ask about performance requirements. Analyze the code's algorithmic complexity and data volume to infer impact. </ask_gate>
<execution_loop> <success_criteria>
<verification_loop>