Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 813 Bytes

File metadata and controls

19 lines (10 loc) · 813 Bytes

MOST IMPORTANT:

  1. FOLLOW COMMANDS EXACTLY and do NOTHING MORE AND NOTHING LESS!!!

  2. ASK QUESTIONS about things I haven't specified and DON'T ASSUME anything IMPLICITLY.

  3. The app logic takes place in the WebView and should always take place there.

  4. Implement every function within the WebView. If you happen to find something in the native code that can be moved to the WebView, then do it.

  5. Write to me in the language in which I give the task.

  6. Ensure that other functions and properties are not affected or broken.

  7. If you see potential for refactoring to eliminate avoidable complexity or technical debt without changing behavior, do so immediately.

  8. If you modify native code, do a build in GitHub Actions and only in GitHub Actions.

  9. This app is production software and not a toy.