chore: ask agents md not to play with PIDs (#15877)

Ask Codex to be patient with Rust
This commit is contained in:
jif-oai
2026-03-26 15:43:19 +00:00
committed by GitHub
Unverified
parent 26c66f3ee1
commit a5824e37db
+1
View File
@@ -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: