This project forked from OpenCloudGaming/OpenNOW on android-native branch.
- ALWAYS USE SUB-AGENTS FOR EXECUTING TASKS, YOU HAVE DOGSHIT CONTEXT CAPACITY, THIS IS IMPORTANT
- Always ask clarifying questions, when unsure about approach, ask the user rather than guessing
- ALWAYS use mcp tools if its available
- ALWAYS websearch to verify facts, libraries, and best practices before assuming or implementing
- Follow YAGNI: don't add abstractions, patterns, or features not explicitly requested
- Follow KISS: simplest solution that works wins
- Start with the simplest possible architecture and evolve only when requirements demand it
- Keep responses concise and avoid unnecessary explanation
- Ask before adding new dependencies
- No premature optimization
- No speculative generics or extension points
- Implement only what's needed NOW, not what "might be needed later"
- Never assume design, tech stack or features
- NEVER run build/compile commands (e.g. gradlew, npm run build, etc) unless user explicitly asked to build/compile