From 5cfaa2c66c89e78e52ace2a04a87f05e9ba8a0b4 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Sat, 5 Sep 2026 19:10:51 +0300 Subject: [PATCH] restore alf review guidance --- .github/claude-review-prompt.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/claude-review-prompt.md b/.github/claude-review-prompt.md index fa309ac5c3..7a55789e80 100644 --- a/.github/claude-review-prompt.md +++ b/.github/claude-review-prompt.md @@ -47,6 +47,10 @@ Apply these checks only where the diff makes them relevant: - Shared React Native code must work on iOS, Android, and Web. Check platform files and guard browser-only or native-only APIs appropriately. +- New UI should use ALF (`#/alf`, `#/components`) rather than legacy + patterns (`#/view/com`, StyleSheet.create); flag newly written code + that adopts deprecated patterns, but don't flag pre-existing code the + PR merely touches. - Make sure any added tests provide long-term value. A test lacks long-term value when it merely restates the implementation, tests framework or library behavior, depends on incidental structure or copy, or duplicates coverage