You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .cursor/rules/imports.mdc
+19-19Lines changed: 19 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
---
2
-
description: Common AI Rules Import - References shared rules from .ai-rules/
2
+
description: Common AI Rules Import - References shared rules from packages/rules/.ai-rules/
3
3
globs:
4
4
alwaysApply: true
5
5
---
6
6
7
7
# Common AI Rules Reference
8
8
9
-
This project uses shared AI coding rules from `.ai-rules/` directory for consistency across all AI assistants (Cursor, Claude Code, Antigravity, Codex, Q, Kiro).
9
+
This project uses shared AI coding rules from `packages/rules/.ai-rules/` directory for consistency across all AI assistants (Cursor, Claude Code, Antigravity, Codex, Q, Kiro).
@@ -100,15 +100,15 @@ Follow the **Red → Green → Refactor** cycle:
100
100
- Minimize state, prefer pure functions
101
101
- Tidy First: Separate structural vs behavioral changes
102
102
103
-
For complete augmented coding guide, see [.ai-rules/rules/augmented-coding.md](../../.ai-rules/rules/augmented-coding.md)
103
+
For complete augmented coding guide, see [packages/rules/.ai-rules/rules/augmented-coding.md](../../packages/rules/.ai-rules/rules/augmented-coding.md)
**Note**: This file references common AI rules from `.ai-rules/` directory. All AI assistants (Cursor, Claude Code, Antigravity, etc.) share the same rules for consistency.
177
+
**Note**: This file references common AI rules from `packages/rules/.ai-rules/` directory. All AI assistants (Cursor, Claude Code, Antigravity, etc.) share the same rules for consistency.
0 commit comments