Imported from ttizze/nix-config (
templates/node-pnpm/AGENTS.md). Install upstream withnpx skills add ttizze/nix-config --skill node-pnpm. Copyright stays with the author.
Agent instructions
- This repository is Nix-managed.
- Do not run project toolchain commands in a bare shell.
- Do not assume
.envrcis loaded in agent or non-interactive shells. - When
IN_NIX_SHELLis unset, run project commands withnix develop --command <command>. - Node.js and pnpm are the only JavaScript runtime and package manager for this project.
- Do not introduce Bun or global deployment CLIs.
- Use
just --list,just dev,just test, andjust check. - Run secret-dependent commands through
op run --env-file=.env.op -- <command>.