diff --git a/AGENTS.md b/AGENTS.md index ad347f29d8..ce7909f2bd 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -70,7 +70,7 @@ yarn install ### Exports - Exported members must appear at the top of the file. -- Prefer named exports for components & classes. +- Always use named exports for new components & classes. - Document ALL public/exported functions with JSDoc. ## React Usage