[AZ-900] Remove local .cursor/ copy — skills now live at ~/.cline/

This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-06-09 13:57:51 +03:00
parent ba70381346
commit 84fc7c4c7d
147 changed files with 0 additions and 17181 deletions
-9
View File
@@ -1,9 +0,0 @@
---
description: "Defines required technology choices: Postgres DB, .NET/Python/Rust backend, React/Tailwind frontend, OpenAPI for APIs"
alwaysApply: true
---
# Tech Stack
- Prefer Postgres database, but ask user
- For new backend projects: use .NET for structured enterprise/API services, Python for data/ML/scripting tasks, Rust for performance-critical components. For existing projects, use the language already established in that project.
- For the frontend, use React with Tailwind css (or even plain css, if it is a simple project)
- document api with OpenAPI