Compare commits

...

3 Commits

Author SHA1 Message Date
Brian Yu
af9b98e158 make lighterweight 2026-02-04 22:48:37 -08:00
Brian Yu
f5570f2d96 update 2026-02-04 22:39:28 -08:00
Brian Yu
a8663396b9 add a codex app environment 2026-02-04 22:35:21 -08:00

View File

@@ -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 --locked just
# Optional: install nextest for the `just test` helper
cargo install --locked cargo-nextest
# Fetch deps to make building faster.
cargo fetch
'''
[[actions]]
name = ""
icon = "tool"
command = ""