Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1019 Bytes

File metadata and controls

23 lines (12 loc) · 1019 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. Before each build, enter critic mode and evaluate the changes as if you were someone else. Check if they meet the requirements, if anything else is affected, and fix any problems. Repeat this until no more critics find any errors.

  4. Do not build with minor changes.

  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. Do not make compilation errors. Pay attention to imports.

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

  9. If debug compilation fails in your environment, resolve the issue before reporting it as complete.

  10. For code changes only, compile only the code and do not perform a full build.

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