Conversation
https://pnpm.io/11.x/git-worktrees Note `pnpm i` on first run will prompt you to reinstall your `node_modules`.
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
There was a problem hiding this comment.
Pull request overview
Updates workspace tooling/docs to better support working from Git/Codex worktrees by centralizing pnpm’s virtual store behavior and standardizing Lite commands to run within the Nix devshell.
Changes:
- Enable pnpm’s global virtual store for the workspace.
- Update Lite agent instructions to run pnpm commands via
nix develop -c …. - Add a Codex environment definition that installs deps and provides a “Lite: typecheck” action.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pnpm-workspace.yaml | Enables enableGlobalVirtualStore to reduce duplication across worktrees. |
| apps/lite/AGENTS.md | Documents running Lite typecheck/lint/format commands inside the Nix flake devshell. |
| .codex/environments/environment.toml | Adds Codex environment setup and a Lite typecheck action using the Nix devshell. |
|
A Bluesky thread about this because also TIL: https://bsky.app/profile/patak.cat/post/3mj5ttmrb3s2s |
|
While this isn't merged, is this something we can try personally with Answer: it definitely seems to be effective. |
|
I put it back to draft to prevent accidental merges. The reason is that it seems to break the To reproduce
Now I see : It complains about not having typescript? Maybe this can be fixed though, CC @mtsgrd . I turned that setting back off, then re-installed with |
|
Closing for now as I don't plan to work on this, but happy for someone else to pick it up! |
See https://pnpm.io/11.x/git-worktrees. Note
pnpm ion first run will prompt you to reinstall yournode_modules.