From b947695a9811b0717b3ff919fa7ebcf132ac8a40 Mon Sep 17 00:00:00 2001 From: "Adam Perry @ OpenAI" Date: Wed, 17 Jun 2026 10:51:41 -0700 Subject: [PATCH] Tell codex to avoid changing rollout format. (#28632) Just adds a requirement to the path-types skill to nudge Codex away from touching rollout types while migrating paths. --- .codex/skills/path-types/SKILL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.codex/skills/path-types/SKILL.md b/.codex/skills/path-types/SKILL.md index ccf1a9f41..96caa9805 100644 --- a/.codex/skills/path-types/SKILL.md +++ b/.codex/skills/path-types/SKILL.md @@ -31,6 +31,7 @@ Keep these requirements in mind while migrating code to conform with the above g * path reasoning must work before the related environment has come online * URIs cannot explicitly encode the executor’s path convention or operating system * users must not configure the environment’s OS/path convention explicitly +* URIs should not yet be stored in rollouts It is OK if the conversion between paths and URIs is somewhat lossy as long as it will do the right thing for real users.