From 8cce0b4c7b42ce6d66a4234bbd3d210cd125e87b Mon Sep 17 00:00:00 2001 From: Bohdan Triapitsyn Date: Sat, 25 Apr 2026 20:44:35 +0300 Subject: [PATCH] docs: narrow validation expectations --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 174812e0..35dd9de9 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -375,7 +375,7 @@ A single store with N properties means every subscriber re-evaluates on every st ## Validation expectations -- Run `bun run type-check`, `bun run lint`, and `bun run build` before finalizing. +- Run `bun run type-check` and `bun run lint` before finalizing. - For hot-path changes, verify behavior under streaming or repeated events, not just static render. - For sync or startup changes, verify fresh load, retry/failure, and restart behavior. - For session changes, verify create, stream, abort, permission, archive/delete, and revisit flows when relevant.