From 3a62b6820f3f1d0ac703ab3d991746c1de91b430 Mon Sep 17 00:00:00 2001 From: gsxdsm Date: Wed, 3 Jun 2026 13:20:08 -0700 Subject: [PATCH] update agents --- AGENTS.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 510c306842..401c38436d 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -93,10 +93,6 @@ pnpm verify:workspace - Motivating incidents: streamed-response spacing was fixed three times before the invariant was fully covered (FN-5787, FN-5789, FN-5803), the usage "Show hidden" button regressed three times before broader coverage stuck (FN-5797, FN-5875, FN-5919), and the auto-merge blank-dashboard fix re-opened after desktop-only coverage missed mobile Android (FN-5751). - If a regression test only proves the exact reported case, it is incomplete; extend it until the invariant holds across all known surfaces. -### STANDING DIRECTIVE: Buttons Are Frozen - -- Buttons Are Frozen (2026-05-13): when touching dashboard button styling or behavior, preserve the existing sizing/layout contract unless the task explicitly changes it and the affected docs/tests are updated together. - ### Port 4040 is Reserved Never kill processes on port 4040 and never start test servers on 4040. Use `--port 0` or another free port.