diff --git a/.clinerules/bun-and-node.md b/.clinerules/bun-and-node.md new file mode 100644 index 0000000000..0cb8a132ac --- /dev/null +++ b/.clinerules/bun-and-node.md @@ -0,0 +1,55 @@ +# Bun (tooling) and Node (runtime) + +This repo uses **bun** for package management and task running, and **Node** as +the execution runtime. Both are correct at the same time; the distinction is the +source of most confusion, so keep it straight before editing scripts, configs, +docs, or comments. + +## Use bun for tooling + +- `bun install` (never `npm install` / `npm ci`) +- `bun run