aboutsummaryrefslogtreecommitdiffstats
path: root/.agent/rules/before-commit.md
diff options
context:
space:
mode:
authorAdam Mathes <adam@adammathes.com>2026-02-15 15:57:54 -0800
committerAdam Mathes <adam@adammathes.com>2026-02-15 15:57:54 -0800
commit4cd15bb8a04bf8df3fb292796a8f32d7533cacdc (patch)
tree3319c61a2fd41cacb8f94a5bb39c40baa9c3d624 /.agent/rules/before-commit.md
parentf056c01f56fc387a5a6cb4c55bc0edbdff086a5d (diff)
downloadneko-4cd15bb8a04bf8df3fb292796a8f32d7533cacdc.tar.gz
neko-4cd15bb8a04bf8df3fb292796a8f32d7533cacdc.tar.bz2
neko-4cd15bb8a04bf8df3fb292796a8f32d7533cacdc.zip
Optimize frontend with memoized FeedItem and efficient IntersectionObserver
Diffstat (limited to '.agent/rules/before-commit.md')
-rw-r--r--.agent/rules/before-commit.md7
1 files changed, 7 insertions, 0 deletions
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