]> Piment Noir Git Repositories - poolifier.git/commitdiff
chore: refine agents related content
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 2 Nov 2025 17:15:31 +0000 (18:15 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 2 Nov 2025 17:15:31 +0000 (18:15 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
AGENTS.md

index b4d3477967630a0870ca3de98ddba2e3b001ff6b..6f5f8422c2303b1ead53b2f4749545b9aca5b944 100644 (file)
--- 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