Commit 8220b9f
docs(agents): spell out tooling conventions (bunx, Bun-native APIs)
Three short lines added under Prerequisites so these conventions
live in the canonical agent context file instead of scattered
session memory:
- `bunx` over `npx`.
- Prefer native Bun APIs (Bun.Glob, Bun.file, Bun.write, Bun.$)
over node:fs in repo scripts. Runtime is pinned by
.tool-versions, so there's no Node-portability concern.
- Browser automation uses `bunx @playwright/cli` (not the
deprecated `playwright-cli` package, not `npx playwright`).1 parent 4e20972 commit 8220b9f
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
0 commit comments