Optimize Agent Context Enforce the Band-Aid Philosophy : an agent context file should only contain rules that fix mistakes the agent is actively making. Everything else is bloat that degrades performance and increases cost. Core Rules (Non-Negotiable) 1. NO BLOAT — Never include directory structures, file trees, dependency lists, or package inventories. The agent has tools to discover these. 2. NO SUMMARIES — Never include vague app descriptions ("This is a video sharing app"). This distracts the model and triggers hallucinations. 3. ONLY FIX KNOWN FAILURES — Every line must correct a specifi…