docs: harden AGENTS.md for Windows + webpack dev#144
docs: harden AGENTS.md for Windows + webpack dev#144wileland wants to merge 8 commits intoagentsmd:mainfrom
Conversation
|
@wileland is attempting to deploy a commit to the openai Team on Vercel. A member of the Team first needs to authorize it. |
|
Heads up: PR is ready, but CI is blocked only by Vercel checks needing authorization (Vercel – agents-md / agents-md-test). No build/test failures on code.\n\nI can’t authorize Vercel from my fork. Could a maintainer either:\n1) authorize the Vercel integration for this PR, or\n2) re-run / bypass Vercel deploy checks for docs-only changes, or\n3) mark those Vercel checks as non-required for PR merge?\n\nWhat changed:\n- AGENTS.md hardened for Windows + webpack dev fallback\n- package.json dev defaults to webpack; added dev:turbopack script\n\nLocal sanity: pnpm dev (webpack) serves / successfully. |
|
CI is blocked only by Vercel deploy checks requiring authorization (Vercel – agents-md / Vercel – agents-md-test). Could a maintainer either authorize Vercel for this repo/PR, or mark those Vercel checks as non-required / bypass them for this docs-only change? Thanks ��� |
|
✅ PR is ready. Only failing checks are Vercel deploy checks that require authorization (Vercel – agents-md, Vercel – agents-md-test). No code/test failures. Maintainer options: (1) authorize Vercel for this repo, or (2) mark Vercel checks non-required / bypass for docs-only changes, or (3) rerun checks after authorization. Thanks! |
|
Maintainer note: After working on this repo under Windows we found Turbopack crashed reliably and so updated AGENTS.md and package.json to document/use webpack as the default dev loop (see commit 6c5bcd1). The PR is docs/scripts only. The only failing checks are Vercel preview deploys, which are failing with
In the meantime, I'm maintaining a canonical fork ( Thanks! |
Updates AGENTS.md + package.json for Windows reliability:\n- Default dev uses webpack to avoid Turbopack panic loops\n- Adds dev:turbopack script for optional Turbopack\n- Clarifies lint + Windows gotchas + lockfile rules\n\nTested: pnpm dev (webpack) loads / successfully.