Commit 9ad2d84
fix: replace 30 bare cd commands with VERIFY_REPO-aware defaults across all waves
Sanity check of Wave 3 caught 9 missed bare `cd /app/repo` and `cd /workspace`
in ccb_build. Extended sweep to Waves 1-2 found 21 more in ccb_design (8),
ccb_debug (5), ccb_test (8). All replaced with `cd "${VERIFY_REPO:-/path}"` for
artifact-mode compatibility. Also fixed `git config safe.directory` in 8
code-review tasks.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 14c2821 commit 9ad2d84
File tree
30 files changed
+38
-38
lines changed- benchmarks
- ccb_build
- cgen-deps-install-001/tests
- codecoverage-deps-install-001/tests
- dotenv-expand-deps-install-001/tests
- dotnetkoans-deps-install-001/tests
- eslint-markdown-deps-install-001/tests
- iamactionhunter-deps-install-001/tests
- pcap-parser-deps-install-001/tests
- similar-asserts-deps-install-001/tests
- vscode-stale-diagnostics-feat-001/tests
- ccb_debug
- linux-acpi-backlight-fault-001/tests
- linux-hda-intel-suspend-fault-001/tests
- linux-iwlwifi-subdevice-fault-001/tests
- linux-nfs-inode-revalidate-fault-001/tests
- linux-ssd-trim-timeout-fault-001/tests
- ccb_design
- camel-routing-arch-001/tests
- django-orm-query-arch-001/tests
- flink-checkpoint-arch-001/tests
- k8s-crd-lifecycle-arch-001/tests
- k8s-scheduler-arch-001/tests
- kafka-flink-streaming-arch-001/tests
- postgres-query-exec-arch-001/tests
- quantlib-barrier-pricing-arch-001/tests
- ccb_test
- aspnetcore-code-review-001/tests
- calcom-code-review-001/tests
- curl-security-review-001/tests
- envoy-code-review-001/tests
- ghost-code-review-001/tests
- kafka-security-review-001/tests
- terraform-code-review-001/tests
- vscode-code-review-001/tests
30 files changed
+38
-38
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments