Conversation
🦋 Changeset detectedLatest commit: ea5e732 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Contributor
|
I'm Bonk, and I've done a quick review of your PR. Adds a clean-worktree guard and package module entrypoint. Posted 1 inline suggestion. |
workers-devprod
requested review from
a team and
tpmmorris
and removed request for
a team
September 22, 2026 17:38
Contributor
|
Codeowners approval required for this PR:
Show detailed file reviewers |
@cloudflare/autoconfig
@cloudflare/build-output-utils
@cloudflare/codemods
@cloudflare/config
@cloudflare/containers-shared
create-cloudflare
@cloudflare/deploy-helpers
@cloudflare/kv-asset-handler
miniflare
@cloudflare/pages-functions
@cloudflare/pages-shared
@cloudflare/runtime-types
@cloudflare/unenv-preset
@cloudflare/vite-plugin
@cloudflare/vitest-plugin
@cloudflare/workers-auth
@cloudflare/workers-editor-shared
@cloudflare/workers-utils
wrangler
commit: |
NuroDev
force-pushed
the
NuroDev/codemod-clean-worktree
branch
from
September 22, 2026 17:40
bd537c3 to
325e193
Compare
5 tasks
NuroDev
added this pull request to stack #15785
September 22, 2026 17:42
NuroDev
force-pushed
the
NuroDev/codemod-clean-worktree
branch
2 times, most recently
from
September 23, 2026 09:27
8bbb440 to
616cea5
Compare
workers-devprod
approved these changes
Sep 23, 2026
workers-devprod
left a comment
Contributor
There was a problem hiding this comment.
Codeowners reviews satisfied
NuroDev
force-pushed
the
NuroDev/codemod-clean-worktree
branch
3 times, most recently
from
September 24, 2026 13:12
7c51596 to
8ddbe6c
Compare
NuroDev
removed this pull request from stack #15785
September 24, 2026 14:58
NuroDev
added this pull request to stack #15839
September 24, 2026 14:58
NuroDev
force-pushed
the
NuroDev/codemod-clean-worktree
branch
from
September 24, 2026 15:04
8ddbe6c to
7b8a305
Compare
NuroDev
force-pushed
the
NuroDev/codemod-clean-worktree
branch
from
September 24, 2026 16:27
1b42429 to
808327b
Compare
Member
Author
|
Devin is just nit picking forever now. I'm going to just do this myself. |
NuroDev
marked this pull request as draft
September 24, 2026 17:05
NuroDev
force-pushed
the
NuroDev/codemod-clean-worktree
branch
2 times, most recently
from
September 24, 2026 17:12
3297a9e to
7b8a305
Compare
NuroDev
force-pushed
the
NuroDev/codemod-clean-worktree
branch
from
September 24, 2026 17:41
7b8a305 to
ea5e732
Compare
NuroDev
marked this pull request as ready for review
September 24, 2026 17:48
NuroDev
removed this pull request from stack #15839
September 24, 2026 18:00
NuroDev
added this pull request to stack #15854
September 24, 2026 18:05
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a clean Git worktree guard before codemods run. Staged, unstaged, and untracked changes now stop write operations by default, while --force provides an explicit bypass. Directories outside a Git worktree and dry runs continue to work.
The guard ignores inherited Git repository-selection environment variables, ensuring it always checks the requested target directory.
This also declares the generated Cloudflare configuration types as Turbo build outputs so cached fixture builds restore everything needed by typechecking.
Validation:
Note
This is a contribution from an AI agent: Codex, GPT-5.