Skip to content

Commit 9165851

Browse files
committed
Added a strict rule for ai guidelines
1 parent 60f0a71 commit 9165851

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ai/DUCK_PROJECT_GUIDE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ myproject/
7676
- Always refer to README for the repo to get a clear picture on project structure.
7777
- This is in markdown format and all headings, sections or codeblock must be parsed as markdown and not to be treated as plain text.
7878

79+
### Strict Rule:
80+
Always check for and reuse existing components before creating new ones; never duplicate functionality. Composite components must include unique IDs and clear, minimal comments separating logical sections.
81+
7982
---
8083

8184
## Code Style

0 commit comments

Comments
 (0)