From a8663396b9a74ca1472a7dcebbbb80bf57ff260d Mon Sep 17 00:00:00 2001 From: Brian Yu Date: Wed, 4 Feb 2026 22:35:21 -0800 Subject: [PATCH] add a codex app environment --- .codex/environments/environment.toml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .codex/environments/environment.toml 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 = ""