From e31f96f87709d37c725f3d1a5fe78336d60ff8f6 Mon Sep 17 00:00:00 2001 From: John McLear Date: Tue, 2 Jun 2026 19:58:22 +0100 Subject: [PATCH 1/2] =?UTF-8?q?docs:=20refresh=20docs=20for=203.2.0=20?= =?UTF-8?q?=E2=80=94=20correct=20stale=20content,=20document=20recent=20fe?= =?UTF-8?q?atures?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The hand-maintained VitePress docs under doc/ had drifted behind a lot of recent work. They are authored prose (not generated from the OpenAPI spec), so they need manual upkeep. This pass corrects content that was actively wrong and documents features shipped since they were last touched. Corrections (was wrong / misleading): - cli.md: every command used `node bin/foo.js`, but the scripts are TypeScript run via pnpm — copy-paste failed. Rewrote to `pnpm run --filter bin