From: Jérôme Benoit Date: Sun, 2 Nov 2025 17:15:31 +0000 (+0100) Subject: chore: refine agents related content X-Git-Tag: v5.1.7~15 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=998cb6d60217bd91b4fba6063fac0284301d9a94;p=poolifier.git chore: refine agents related content Signed-off-by: Jérôme Benoit --- 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