From a5824e37db4834a0eb4c191e67de0dfec4b8fff0 Mon Sep 17 00:00:00 2001 From: jif-oai Date: Thu, 26 Mar 2026 15:43:19 +0000 Subject: [PATCH] chore: ask agents md not to play with PIDs (#15877) Ask Codex to be patient with Rust --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index 3a287a599..b1dbd53f3 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -40,6 +40,7 @@ In the codex-rs folder where the rust code lives: `codex-rs/tui/src/bottom_pane/mod.rs`, and similarly central orchestration modules. - When extracting code from a large module, move the related tests and module/type docs toward the new implementation so the invariants stay close to the code that owns them. +- When running Rust commands (e.g. `just fix` or `cargo test`) be patient with the command and never try to kill them using the PID. Rust lock can make the execution slow, this is expected. Run `just fmt` (in `codex-rs` directory) automatically after you have finished making Rust code changes; do not ask for approval to run it. Additionally, run the tests: