ci: worktrunk config - #5758
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThis PR automates Worktrunk worktree setup and moves post-install generation into a Yarn plugin.
Confidence Score: 4/5The PR does not appear safe to merge until shared environment credentials are isolated from branch-controlled worktree installation and generation code. The reply states that local environment values are not sensitive, but the repository templates identify numerous third-party API credentials, and current HEAD still links those files before executing scripts and generation commands controlled by the checked-out branch. Files Needing Attention: .config/wt.toml, .yarn/plugins/yarn-plugin-generate-after-install.cjs, and .yarnrc.yml
|
| Filename | Overview |
|---|---|
| .config/wt.toml | Adds automatic worktree environment setup and dependency installation; the previously reported credential-exposure path remains present. |
| .yarn/plugins/yarn-plugin-generate-after-install.cjs | Adds an installation hook that invokes the repository generation pipeline and participates in the outstanding exposure path. |
| .yarnrc.yml | Registers the new local after-install Yarn plugin. |
| package.json | Removes the root postinstall command because generation is now initiated by the Yarn plugin. |
| turbo.json | Removes the obsolete postinstall task configuration. |
| .gitignore | Allows the new Yarn plugin directory to be tracked while ignoring other Yarn-managed content. |
Reviews (2): Last reviewed commit: "ci: run generate script after installing" | Re-trigger Greptile
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 89a38dd42e
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Coverage Report for ./apps/evm
File CoverageNo changed files found. |
89a38dd to
dc0b4b7
Compare
dc0b4b7 to
3869286
Compare
3869286 to
a2aeb92
Compare
Changes
wt switch feat/my-new-feature --create),.envfiles will be automatically generated from the main workspace and dependencies will be installed so that the new worktree is fully operational