fix(runners): 윈도우 codex 쓰기 전멸 — 샌드박스 read-only 폴백, win32 분기 - #236
Draft
beyondworks wants to merge 1 commit into
Draft
fix(runners): 윈도우 codex 쓰기 전멸 — 샌드박스 read-only 폴백, win32 분기#236beyondworks wants to merge 1 commit into
beyondworks wants to merge 1 commit into
Conversation
실사용 신고 4건(2026-08-03~05, 전부 윈도우 — ref 57b7599e·cff06983·63dc3339·0145d811) + QA 신규 클러스터 최다 14건. 벤더 확인(openai/codex#6374): 윈도우엔 OS 샌드박스 기전이 없어 workspace-write를 못 지키고 read-only로 떨어진다. 네이티브 윈도우 샌드박스는 실험 단계(elevated 셋업 필요) — codex exec는 미수행. - codexSandboxModeArgs(platform): win32=--dangerously-bypass-approvals-and-sandbox, 그 외=--sandbox workspace-write(맥 seatbelt 앱 본체 보호 유지) - 전권 원칙(capabilities.mjs) 정합 — 윈도우 앱 본체(%LOCALAPPDATA%)는 홈 안이라 writable_roots=홈 시점부터 샌드박스 보호 대상이 아니었음 - 회귀: 플랫폼 주입 테스트 + 호출부 배선 앵커. npm test 861/0 - 라이브 미검증: 윈도우 실기기 before/after 프로브 대기(유건 윈도우 가용 시) Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
윈도우 codex 크루가 파일을 전혀 못 쓰는 신고 4건(전부 윈도우, 08-03~05)의 수정. 윈도우엔 codex가 쓸 OS 샌드박스 기전이 없어(openai/codex#6374) workspace-write가 read-only로 낙하한다. codexSandboxModeArgs(platform)로 win32만 분기 — 맥·리눅스는 기존 유지. 상세 근거·검증·드래프트 사유(윈도우 실기기 프로브 대기)는 커밋 메시지와 src/runners/codex.mjs 주석 참고. npm test 861/0.
🤖 Generated with Claude Code