diff --git a/.ruler/02-BUN-GUIDE.md b/.ruler/02-BUN-GUIDE.md index 70db85c..9fd5faa 100644 --- a/.ruler/02-BUN-GUIDE.md +++ b/.ruler/02-BUN-GUIDE.md @@ -1,52 +1,9 @@ -## Bun Guidelines +## Bun Guide -**CRITICAL**: Do not assume you know full Bun APIs. For **ANY** Bun API you use, confirm them by using `bun-docs` MCP tools. - -Default to using Bun instead of Node.js. - -- Use `bun ` instead of `node ` or `ts-node ` -- Use `bun test` instead of `jest` or `vitest` -- Use `bun build ` instead of `webpack` or `esbuild` -- Use `bun install` instead of `npm install` or `yarn install` or `pnpm install` -- Use `bun run