diff --git a/.codex/environments/environment.toml b/.codex/environments/environment.toml new file mode 100644 index 0000000000..14bc23e41f --- /dev/null +++ b/.codex/environments/environment.toml @@ -0,0 +1,23 @@ +# THIS IS AUTOGENERATED. DO NOT EDIT MANUALLY +version = 1 +name = "codex-cli" + +[setup] +script = ''' +cd codex-rs + +rustup component add rustfmt +rustup component add clippy +# Install helper tools used by the workspace justfile: +cargo install just +# Optional: install nextest for the `just test` helper +cargo install cargo-nextest + +# Build Codex. +cargo build +''' + +[[actions]] +name = "" +icon = "tool" +command = ""