Skip to content

Commit 49dafd1

Browse files
sjarmakclaude
andcommitted
fix: P2 harness-agnostic fixes (instruction claims, workspace perms, linux sg_only)
- Remove false "local /workspace/ contains: sg-evals/REPO" from 132 org instruction.md - Add chmod a+rwX /workspace to 132 Dockerfiles for OH/CC permission compat - Add SOURCEGRAPH_REPOS + clone manifest to 4 linux kernel sg_only Dockerfiles Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b10a8a8 commit 49dafd1

File tree

269 files changed

+337
-391
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

269 files changed

+337
-391
lines changed

benchmarks/csb_org_compliance/ccx-compliance-052/environment/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,6 @@ RUN git config --global user.email "agent@example.com" && \
3535
# Switch back to root for Harbor's runtime setup
3636
USER root
3737

38+
RUN chmod -R a+rwX /workspace
39+
3840
ENTRYPOINT []

benchmarks/csb_org_compliance/ccx-compliance-052/instruction.md

Lines changed: 0 additions & 3 deletions

benchmarks/csb_org_compliance/ccx-compliance-053/environment/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@ RUN git config --global user.email "agent@example.com" && \
3434
# Switch back to root for Harbor's runtime setup
3535
USER root
3636

37+
RUN chmod -R a+rwX /workspace
38+
3739
ENTRYPOINT []

benchmarks/csb_org_compliance/ccx-compliance-053/instruction.md

Lines changed: 0 additions & 3 deletions

benchmarks/csb_org_compliance/ccx-compliance-124/environment/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,6 @@ RUN git config --global user.email "agent@example.com" && \
3232
# Switch back to root for Harbor's runtime setup
3333
USER root
3434

35+
RUN chmod -R a+rwX /workspace
36+
3537
ENTRYPOINT []

benchmarks/csb_org_compliance/ccx-compliance-124/instruction.md

Lines changed: 0 additions & 3 deletions

benchmarks/csb_org_compliance/ccx-compliance-182/instruction.md

Lines changed: 0 additions & 3 deletions

benchmarks/csb_org_compliance/ccx-compliance-183/instruction.md

Lines changed: 0 additions & 3 deletions

benchmarks/csb_org_compliance/ccx-compliance-184/instruction.md

Lines changed: 0 additions & 3 deletions

benchmarks/csb_org_compliance/ccx-compliance-187/instruction.md

Lines changed: 0 additions & 3 deletions

0 commit comments

Comments
 (0)