From 49671657aaf18ef9cc161a618ac78331d5131753 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 17 Aug 2026 07:29:45 +0000 Subject: [PATCH] docs: update AGENTS.md to reflect recent changes Bump the documented corepack pnpm version from 11.17.0 to 11.21.0, which drifted out of sync after the dependency update in #26. --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 0c7f95f..1c988ab 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -14,7 +14,7 @@ There is **no runnable app, frontend, backend, dev server, or database**. "Runni ### Toolchain notes (non-obvious) - `mise.toml` pins Node 24 + pnpm 11 (matches CI), but the Cloud VM's `node` is `v22.14.0` from `/exec-daemon` and is first on `PATH`, so it cannot be overridden. Node 22 satisfies the root `engines` (`^22.11 || ^24 || >=26`, raised from `>=20` by `@changesets/cli` v3 — the published packages still declare `>=20.0.0`), and build/test/lint/typecheck all pass on it. -- `pnpm` is provided via `corepack` (version `11.17.0`, pinned by `packageManager` in `package.json`). If `pnpm` is ever missing, run `corepack enable`. +- `pnpm` is provided via `corepack` (version `11.21.0`, pinned by `packageManager` in `package.json`). If `pnpm` is ever missing, run `corepack enable`. ### Commands (defined in root `package.json`)