mnemo_cards/.cursor/rules/write-tests.mdc

11 lines
334 B
Text
Raw Normal View History

2025-11-10 23:55:41 +00:00
---
alwaysApply: true
---
Use yx_state and yx_scope,
Follow clean architecture techique,
2025-11-27 19:45:45 +00:00
Modularize and split into files,
2025-11-10 23:55:41 +00:00
When you finish with another step:
Write unit tests for all the functionalities
Update PROGESS.md and TODO.md
2025-12-18 23:17:03 +00:00
Never run the tests, until specificly asked to
Never build the apps, until specificly asked to