Skip to content

Commit 956ec1c

Browse files
committed
docs(agents): update sim-components pointers from CLAUDE.md to AGENTS.md
1 parent 0111f14 commit 956ec1c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.claude/rules/sim-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ paths:
55

66
# Component Patterns
77

8-
Component authoring rules — structure order (refs → external hooks → store hooks → custom hooks → state → useMemo → useCallback → useEffect → return), required props interface, and extraction thresholds (50+ lines / 2+ files vs keep inline < 10 lines) — live in CLAUDE.md > Components.
8+
Component authoring rules — structure order (refs → external hooks → store hooks → custom hooks → state → useMemo → useCallback → useEffect → return), required props interface, and extraction thresholds (50+ lines / 2+ files vs keep inline < 10 lines) — live in AGENTS.md > Components.
99

1010
`.tsx`-specific deltas not covered there:
1111

.cursor/rules/sim-components.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ globs: ["apps/sim/**/*.tsx"]
44
---
55
# Component Patterns
66

7-
Component authoring rules — structure order (refs → external hooks → store hooks → custom hooks → state → useMemo → useCallback → useEffect → return), required props interface, and extraction thresholds (50+ lines / 2+ files vs keep inline < 10 lines) — live in CLAUDE.md > Components.
7+
Component authoring rules — structure order (refs → external hooks → store hooks → custom hooks → state → useMemo → useCallback → useEffect → return), required props interface, and extraction thresholds (50+ lines / 2+ files vs keep inline < 10 lines) — live in AGENTS.md > Components.
88

99
`.tsx`-specific deltas not covered there:
1010

0 commit comments

Comments
 (0)