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.
This commit is contained in:
Adam Perry @ OpenAI
2026-06-17 10:51:41 -07:00
committed by GitHub
parent 0065c3a17d
commit b947695a98
+1
View File
@@ -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 executors path convention or operating system
* users must not configure the environments 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.