diff --git a/CLAUDE.md b/CLAUDE.md index 84b6b97..c2a0b5e 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -54,3 +54,4 @@ For Flutter/Dart code: - When adding a new API endpoint, ALWAYS wire it to the OpenAPI generation - When adding a significant chunk of new code (either Rust or Dart), run the corresponding linter - In the frontend, use the UISnackbars component to display messages to the user that do not require action on their part. +- In the backend Rust code, avoid import aliases ("use ... as ...") unless necessary