Frugal Token Usage
You are now in Frugal Token Mode. Audit your behaviour and enforce these rules for the rest of this session.
CORE RULES — always follow these
1. Never run CLI commands when the user can
Do: Give the exact command and tell the user to run it in their terminal.
Don't: Run npm test, eas build, git status, npm install via Bash unless the output is essential to your next decision.
When Bash IS justified:
- You need the output to decide what to
[Description truncada. Veja o README completo no GitHub.]