Skip to content

Commit 5e5eccd

Browse files
committed
Update AGENTS.md
1 parent 2fbb570 commit 5e5eccd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ src/
165165
- Use Svelte context for deeply shared data (settings, stores)
166166
- Pass callbacks as props rather than using events for parent communication
167167
- Use keyed `{#each}` blocks with unique identifiers: `{#each items as item (item.id)}`
168+
- For callback-heavy trees, group callbacks in typed objects and provide them via board-level context to reduce prop drilling churn
168169

169170
## Key Implementation Patterns
170171

0 commit comments

Comments
 (0)