Skip to content

Commit 5d78e8b

Browse files
genednamegaclaude
authored
[codex] fix add case-renamed tracked paths (#435)
* Update sandbox gap analytic Signed-off-by: Eli Ma <eli@patch.sh> * fix(add): handle case-renamed tracked paths Signed-off-by: Eli Ma <eli@patch.sh> * fix(add): handle case-renamed tracked paths Signed-off-by: Quanyi Ma <eli@patch.sh> * docs(tracing): add section 11 unfinished-item completion audit (2026-07-07) Signed-off-by: Eli Ma <eli@patch.sh> * fix(status): honor ignorecase for case aliases Signed-off-by: Eli Ma <eli@patch.sh> * fix(status): honor ignorecase for case aliases Signed-off-by: Quanyi Ma <eli@patch.sh> * docs(pr): add long-term GitHub PR creation solution design Signed-off-by: Eli Ma <eli@patch.sh> * docs: add PR plan and tracing audit Signed-off-by: Quanyi Ma <eli@patch.sh> * fix(status): honor ignorecase override in wrappers Signed-off-by: Eli Ma <eli@patch.sh> * ci(web): align pnpm version with web package Signed-off-by: Eli Ma <eli@patch.sh> * fix(status): stabilize ignorecase sync lookup Signed-off-by: Eli Ma <eli@patch.sh> * test(status): avoid sha1-only hash fixture Signed-off-by: Eli Ma <eli@patch.sh> --------- Signed-off-by: Eli Ma <eli@patch.sh> Signed-off-by: Quanyi Ma <eli@patch.sh> Co-authored-by: mega <admin@mega.org> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 8daec68 commit 5d78e8b

11 files changed

Lines changed: 1072 additions & 93 deletions

File tree

.github/workflows/base.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Enable pnpm
5858
run: |
5959
corepack enable
60-
corepack prepare pnpm@11.1.0 --activate
60+
corepack prepare pnpm@11.10.0 --activate
6161
6262
- name: Run cargo clippy
6363
run: cargo clippy --all-targets --all-features -- -D warnings
@@ -83,7 +83,7 @@ jobs:
8383
- name: Enable pnpm
8484
run: |
8585
corepack enable
86-
corepack prepare pnpm@11.1.0 --activate
86+
corepack prepare pnpm@11.10.0 --activate
8787
8888
# The Rust crate's `build.rs` skips the web build whenever
8989
# `LIBRA_SKIP_WEB_BUILD=1` (set on every other job for speed). This
@@ -166,7 +166,7 @@ jobs:
166166
- name: Enable pnpm
167167
run: |
168168
corepack enable
169-
corepack prepare pnpm@11.1.0 --activate
169+
corepack prepare pnpm@11.10.0 --activate
170170
171171
- name: Ensure ripgrep is available
172172
shell: bash
@@ -292,7 +292,7 @@ jobs:
292292
- name: Enable pnpm
293293
run: |
294294
corepack enable
295-
corepack prepare pnpm@11.1.0 --activate
295+
corepack prepare pnpm@11.10.0 --activate
296296
297297
# Network-only test layer (`test-network` feature gate). Tests requiring outbound
298298
# network but no secrets are surfaced through this job; tests requiring real

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Enable pnpm
3939
run: |
4040
corepack enable
41-
corepack prepare pnpm@11.1.0 --activate
41+
corepack prepare pnpm@11.10.0 --activate
4242
4343
- name: Install web dependencies
4444
run: pnpm --dir web install --frozen-lockfile

0 commit comments

Comments
 (0)