From 998cb6d60217bd91b4fba6063fac0284301d9a94 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 2 Nov 2025 18:15:31 +0100 Subject: [PATCH] chore: refine agents related content MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- AGENTS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index b4d347796..6f5f8422c 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -3,7 +3,7 @@ ## Build/Test Commands - `pnpm build` - Build for development -- `pnpm test` - Run all tests +- `pnpm test` - Run tests - `pnpm test -- --grep "pattern"` - Run tests matching pattern - `pnpm lint` - Run ESLint - `pnpm format` - Format with Biome + ESLint fix @@ -22,6 +22,7 @@ - Export types with `export type {}` syntax - Use `.js` file extensions in imports even for `.ts` files - Follow established factory/strategy patterns for pool implementations +- MessageChannel/MessagePort for worker communication, postMessage/on for worker messaging, store Promise resolvers in Maps - Maintain single source of truth for configuration defaults ## Repository Rules -- 2.53.0