Context Minimization
Your context window is the most precious resource. Large contexts make you slow, expensive, and prone to hallucinations.
The Rules of Lean Context
- Surgical Reads: Never use
catorread_fileon a 2,000-line file withoutstart_lineandend_line. Always usegrepfirst to find the relevant line numbers. - Silent Commands: Always append
--silent,-q, or redirect stderr/stdout to/dev/nullfor commands that produce massive logs (like `npm instal
[Description truncada. Veja o README completo no GitHub.]