You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: address remaining 10.23.0 refs and e2e build:workers step
- AGENTS.md, CONTRIBUTING.md, ai/references/repo.md, apps/supervisor/
Containerfile: bump remaining 10.23.0 refs to 10.33.2 (caught by
Devin review)
- .github/workflows/e2e.yml: add --if-present to the build:workers
step. The script doesn't exist in cli-v3; pnpm 10.23.0 silently
passed when running a missing script, but pnpm 10.33.2 exits 1
with ERR_PNPM_RECURSIVE_RUN_NO_SCRIPT. --if-present preserves the
existing no-op behavior under the new pnpm.
https://claude.ai/code/session_01G759MUqmjsPh9k1qDxbdjG
Copy file name to clipboardExpand all lines: AGENTS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ This repository is a pnpm monorepo managed with Turbo. It contains multiple apps
13
13
See `ai/references/repo.md` for a more complete explanation of the workspaces.
14
14
15
15
## Development setup
16
-
1. Install dependencies with `pnpm i` (pnpm `10.23.0` and Node.js `20.20.0` are required).
16
+
1. Install dependencies with `pnpm i` (pnpm `10.33.2` and Node.js `20.20.0` are required).
17
17
2. Copy `.env.example` to `.env` and generate a random 16 byte hex string for `ENCRYPTION_KEY` (`openssl rand -hex 16`). Update other secrets if needed.
@@ -51,7 +51,7 @@ branch are tagged into a release periodically.
51
51
```
52
52
3. Ensure you are on the correct version of Node.js (20.20.0). If you are using `nvm`, there is an `.nvmrc` file that will automatically select the correct version of Node.js when you navigate to the repository.
53
53
54
-
4. Run `corepack enable` to use the correct version of pnpm (`10.23.0`) as specified in the root `package.json` file.
54
+
4. Run `corepack enable` to use the correct version of pnpm (`10.33.2`) as specified in the root `package.json` file.
0 commit comments