Commit d90e9de
committed
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_01G759MUqmjsPh9k1qDxbdjG1 parent e584fa5 commit d90e9de
5 files changed
Lines changed: 6 additions & 6 deletions
File tree
- .github/workflows
- ai/references
- apps/supervisor
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments