Skip to content

Commit 4e7e4e3

Browse files
committed
improve rules
1 parent 1bb6e48 commit 4e7e4e3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/hypergraph/.cursor/rules/core-sdk.mdc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ alwaysApply: false
1717
- Each module should export a clear public API
1818
- Use barrel exports (index.ts) for clean imports
1919
- Separate concerns: entity, identity, messages, space-events, etc.
20-
- Follow the established module pattern: Domain.ts, Utils.ts, etc.
2120

2221
## Type Safety
2322
- Use strict TypeScript configuration
@@ -29,12 +28,10 @@ alwaysApply: false
2928
- Use Automerge for conflict resolution
3029
- Implement proper merge strategies for concurrent edits
3130
- Handle offline-first scenarios gracefully
32-
- Use content-addressing for immutable data
3331

3432
## Crypto and Security
3533
- Use Noble libraries for cryptographic operations
3634
- Implement proper key management patterns
37-
- Follow SIWE standards for authentication
3835
- Use secure random number generation
3936

4037
## Testing

0 commit comments

Comments
 (0)