Skip to content

Commit 1a37f7e

Browse files
committed
chore: refine agents file content
Signed-off-by: Jérôme Benoit <[email protected]>
1 parent ae0c209 commit 1a37f7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

AGENTS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Build/Test Commands
44

55
- **Test**: `deno task test` (all tests), `deno task test:parallel` (all tests
6-
in parallel), `deno task test:coverage` (with coverage)
6+
in parallel), `deno task test:coverage` (all tests with coverage)
77
- **Single test**: `deno test -A tests/path/to/specific.test.mjs`
88
- **Lint**: `deno task lint` (check), `deno task lint:fix` (autofix)
99
- **Format**: `deno task format` (autoformat), `deno task format:check` (check
@@ -23,8 +23,8 @@
2323
assertions (`!`)
2424
- **Async**: Prefer async/await, handle rejections with try/catch
2525
- **Error handling**: Typed errors with structured properties
26-
- **Worker patterns**: Broadcast channels for worker communication, store
27-
Promise resolvers in Maps
26+
- **Worker patterns**: MessageChannel/MessagePort for worker communication,
27+
postMessage/onmessage for worker messaging, store Promise resolvers in Maps
2828
- **Testing**: Use `@std/expect` and `@std/testing/bdd`, `.mjs` extension for
2929
test files
3030

0 commit comments

Comments
 (0)