Actions
개선 #527
완료됨개선 #525: Codex CLI 0.142.2 app-server 대응 개발 묶음
Codex 0.142.2 app-server schema/live/bundle release gate 보강
개선 #527:
Codex 0.142.2 app-server schema/live/bundle release gate 보강
시작일:
2026/06/26
완료일:
진척도:
100%
추정시간:
설명
h2. 배경
현재 schema gate는 Hive 필수 subset을 검증하지만 전체 surface 대응표는 아니며, live/bundle smoke는 ci:production 기본 gate가 아니라 release host별 별도 실행이다. 0.142.2 대응 개발 후 drift를 막기 위한 fixture와 smoke coverage를 보강한다.
근거 문서: docs/design/codex-cli-0.142.2-app-server-protocol-audit.md
h2. 작업 범위
-
scripts/fixtures/hive-app-server-contract.json에 이번 대응에서 Hive가 실제 의존하는 0.142.2 method/field를 반영한다. -
validate-codex-app-server-schema.mjs와 bundle gate가 새 필수 필드 drift를 놓치지 않게 한다. - live smoke에 권한 프로파일, workspace roots, 주요 notification 수신/무시 정책을 검증하는 체크를 추가한다.
-
pendingRequest/respond가 Hive 내부 command/result label이며 app-server method가 아니라는 계약을 유지한다.
h2. 완료 기준
- 0.142.2 바이너리 기준 schema gate가 통과한다.
- release bundle gate가 새 필수 계약을 검증한다.
- prerequisite 부재 시 skip과 failure가 명확히 구분된다.
Actions