OmX: Codex CLI를 운영 가능한 도구로 만들기
Codex CLI를 팀이 실제로 써도 무너지지 않게, setup/update·hook·config 경계를 운영 기준으로 다듬는 프로젝트.
OmX는 Codex CLI를 개인 도구가 아니라 운영 가능한 도구로 바꾸는 작업이다.
setup/update는 사용자의 커스텀을 덮어쓰지 않아야 한다.
native hook은 자유로운 작업과 안전 경계를 분명하게 갈라야 한다.
user-facing install/update 변경은 CI green이어도 owner confirmation 없이 밀지 않는다.
release promotion PR은 main/release boundary이므로 승인 없이 자동 머지하지 않는다.
OmX is the work of turning Codex CLI from a personal tool into an operational one.
Setup and update paths must not overwrite user customization.
Native hooks must clearly separate freeform work from safety boundaries.
Changes to user-facing install or update behavior do not ship on green CI alone; they stop for owner confirmation.
Release promotion PRs sit on the main/release boundary and are not auto-merged without approval.
OmX 的目标,是把 Codex CLI 从个人工具变成可运维的工具。
setup/update 路径不能覆盖用户自定义。
native hook 必须清楚地区分自由操作和安全边界。
涉及用户可见 install/update 行为的改动,即使 CI 绿也不能直接推,必须等 owner confirmation。
release promotion PR 位于 main/release 边界,未经批准不自动 merge。
OmX は Codex CLI を個人ツールではなく運用可能な道具へ変える作業だ。
setup/update の経路はユーザーの custom を上書きしてはならない。
native hook は自由な作業と safety boundary を明確に分ける必要がある。
user-facing な install/update 変更は CI green でも owner confirmation なしでは進めない。
release promotion PR は main/release boundary にあるため、承認なしに自動 merge しない。