mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 13:37:22 +00:00
Create syncable entity cursor rule (#17165)
# Introduction As per title We could improve the integration tests section ( maybe a dedicated tool )
This commit is contained in:
parent
975401e18f
commit
466d272f9c
2 changed files with 1227 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ This directory contains Twenty's development guidelines and best practices in th
|
|||
- **architecture.mdc** - Project overview, technology stack, and infrastructure setup (Always Applied)
|
||||
- **nx-rules.mdc** - Nx workspace guidelines and best practices (Auto-attached to Nx files)
|
||||
- **server-migrations.mdc** - Backend migration and TypeORM guidelines for `twenty-server` (Auto-attached to server entities and migration files)
|
||||
- **creating-syncable-entity.mdc** - Comprehensive guide for creating new syncable entities (with universalIdentifier and applicationId) in the workspace migration system (Agent-requested for metadata-modules and workspace-migration files)
|
||||
|
||||
### Code Quality
|
||||
- **typescript-guidelines.mdc** - TypeScript best practices and conventions (Auto-attached to .ts/.tsx files)
|
||||
|
|
@ -39,6 +40,7 @@ You can manually reference any rule using the `@ruleName` syntax:
|
|||
- `@nx-rules` - Include Nx-specific guidance
|
||||
- `@react-general-guidelines` - Load React best practices
|
||||
- `@testing-guidelines` - Get testing recommendations
|
||||
- `@creating-syncable-entity` - Guide for creating new syncable entities
|
||||
|
||||
### Rule Types Used
|
||||
- **Always Applied** - Loaded in every context (architecture.mdc, README.mdc)
|
||||
|
|
|
|||
1225
.cursor/rules/creating-syncable-entity.mdc
Normal file
1225
.cursor/rules/creating-syncable-entity.mdc
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue