Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.11 KB

File metadata and controls

22 lines (17 loc) · 1.11 KB

AGENTS.md

This project forked from OpenCloudGaming/OpenNOW on android-native branch.

CRITICAL RULES - MUST FOLLOW

  • 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