Curor rules imporvement (#14042)

- Adding description to make the rules effective in the project

- Adapt the auto-attach setup
This commit is contained in:
Guillim
2025-08-22 12:02:30 +02:00
committed by GitHub
parent 7bd6d27c0d
commit c89dba9a9b
10 changed files with 15 additions and 30 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
---
description:
globs:
alwaysApply: false
description: Twenty CRM development rules and best practices
globs: []
alwaysApply: true
---
# Twenty Development Rules
-5
View File
@@ -1,9 +1,4 @@
---
description:
globs:
alwaysApply: false
---
---
description: Twenty CRM architecture overview - monorepo structure, tech stack, and development principles
globs: []
alwaysApply: true
+3 -3
View File
@@ -1,7 +1,7 @@
---
description:
globs:
alwaysApply: false
description: Code style guidelines for Twenty CRM
globs: []
alwaysApply: true
---
# Code Style Guidelines
+3 -3
View File
@@ -1,7 +1,7 @@
---
description:
globs:
alwaysApply: false
description: File structure guidelines for Twenty CRM
globs: []
alwaysApply: true
---
# File Structure Guidelines
+1 -6
View File
@@ -1,12 +1,7 @@
---
description: Guidelines and best practices for working with Nx in the Twenty workspace, including workspace architecture understanding, configuration management, and generator usage.
globs:
alwaysApply: false
---
---
description: Guidelines and best practices for working with Nx in the Twenty workspace, including workspace architecture understanding, configuration management, and generator usage.
globs: ["**/nx.json", "**/project.json", "**/workspace.json"]
alwaysApply: false
alwaysApply: true
---
# Nx Guidelines
+1 -2
View File
@@ -1,6 +1,5 @@
---
description:
globs:
description: React general guidelines for Twenty CRM
alwaysApply: false
---
# React Guidelines
+1 -2
View File
@@ -1,6 +1,5 @@
---
description:
globs:
description: React state management guidelines for Twenty CRM
alwaysApply: false
---
# React State Management
+1 -2
View File
@@ -1,6 +1,5 @@
---
description:
globs:
description: Testing guidelines for Twenty CRM
alwaysApply: false
---
# Testing Guidelines
+1 -2
View File
@@ -1,6 +1,5 @@
---
description:
globs:
description: Translation guidelines for Twenty CRM
alwaysApply: false
---
# Translation Guidelines
+1 -2
View File
@@ -1,6 +1,5 @@
---
description:
globs:
description: TypeScript best practices and conventions for the Twenty codebase, including strict typing, naming conventions, and type safety guidelines.
alwaysApply: false
---
---