--- description: Guidelines for bash commands and tooling in the monorepo applyTo: "**/*.sh" --- # Bash & Tooling Instructions This document outlines the standard tools and commands used in this monorepo. ## Package Manager We use **pnpm** for package management. - **Do not use `npm` or `yarn`.** - Lockfile: `pnpm-lock.yaml` - Workspace configuration: `pnpm-workspace.yaml` ### Common Commands - Install dependencies: `pnpm install` - Run a script in a specific package: `pnpm --filter run