From 4cd15bb8a04bf8df3fb292796a8f32d7533cacdc Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Sun, 15 Feb 2026 15:57:54 -0800 Subject: Optimize frontend with memoized FeedItem and efficient IntersectionObserver --- .agent/rules/before-commit.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .agent/rules/before-commit.md (limited to '.agent/rules/before-commit.md') diff --git a/.agent/rules/before-commit.md b/.agent/rules/before-commit.md new file mode 100644 index 0000000..ddf97e8 --- /dev/null +++ b/.agent/rules/before-commit.md @@ -0,0 +1,7 @@ +--- +trigger: always_on +--- + +Before git commit of any changes, run `make test` to ensure tests pass. + +And ensure you run `make all` to build the production assets. Those need to be checked in after any UI changes! \ No newline at end of file -- cgit v1.2.3