diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 1bfd668..d664640 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -163,7 +163,7 @@ matchPackageNames: ["wrangler", "@cloudflare/vitest-pool-workers"], groupName: "cloudflare worker toolchain", prBodyNotes: [ - "After merging, regenerate the worker types: `pnpm --filter @fmw/preview-worker exec wrangler types && pnpm vp check --fix`. The formatter pass is not optional.", + "**Regenerate the worker types on this branch BEFORE merging** - this PR cannot go green without it. A wrangler bump moves `workerd`, and `wrangler types --check` compares that version as well as the config hash, so `types:check` fails inside `preview:test` inside the required `verify` check. Run `pnpm --filter @fmw/preview-worker exec wrangler types && pnpm vp check --fix` and commit the result. The formatter pass is not optional - wrangler emits tabs and unwrapped types, so a raw regen buries the real one-line change in a whole-file whitespace diff.", ], }, { diff --git a/CLAUDE.md b/CLAUDE.md index dd8d872..d965776 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -171,9 +171,24 @@ matters, set it explicitly. - `pnpm run check:vue` - `vue-tsc --noEmit`, the type-check of `