docs: scope the local Wine gate to Windows-failure diagnosis only

AGENTS.md and the Wine Agent Note pair state the run policy: CI owns the
everyday win32 signal; run check:windows-wine only while investigating a
known Windows-related failure, and pre-push selection never includes it.
This commit is contained in:
Tianyi Cui
2026-07-27 17:15:37 +08:00
parent 625094905d
commit 8be70e72d2
4 changed files with 5 additions and 5 deletions

View File

@@ -59,7 +59,7 @@ pnpm run typecheck
pnpm run lint
pnpm run duplication # cross-file TypeScript clone detection
pnpm run build # tsc emits lib/types, tsdown bundles runtime
pnpm run check:windows-wine # optional: CI's blocking Windows gates locally (needs wine)
pnpm run check:windows-wine # ONLY when diagnosing a known Windows failure (needs wine); CI owns this signal
pnpm run hygiene # knip + publint + workspace constraints + NodeNext consumer check
pnpm run doc-sync # all documentation gates; leaf list in scripts/run-gates.ts
pnpm run website:build # VitePress build (doubles as dead-link check)