Files
negareh-api/.cursor/rules/architecture.mdc
T
morteza a8a6f085d0
deploy to danak / build_and_deploy (push) Has been cancelled
add cursor rules
2026-07-02 15:53:23 +03:30

14 lines
293 B
Plaintext

---
description: Architecture
alwaysApply: true
---
Before generating code:
- Search for existing implementations.
- Reuse existing services.
- Reuse existing DTOs.
- Follow naming conventions.
- Match the project's coding style.
- Never duplicate logic.
- Prefer extending existing modules.